Apr 26

From Outlook 2007 Start,There are built-in mail indexing,When allows users to search e-mail,Search faster to the destination e-mail,However, this indexing is sometimes caused by the mail we could not find an existing。When replacing a computer or other factors need to rebuild indexes,Before indexing is completed,The user will find the message would be incomplete results,This situation occurs infrequently,But when you are anxious to find a letter,When they met to complete the index has not been established,It will cause great distress。

 

Continue browsing »

Apr 14
list1 = []
sizeNum = int(input("Please input the size of matrix: "))

for i in range(sizeNum):
    valueNum = int(input("Please input the value: "))
    list1.append(valueNum)

print(list1)
Apr 14
num = int(input("Please input a number: "))

for i in range(2, num):
    for j in range(2, i):
        if (i % j == 0):
            break
        
        if (i == j + 1):
            print(i)
Apr 14
ans = 38

min = 0
max = 100

while(True):
    guess = int(input("Please input a number that between %d ~ %d : "%(min, max)))
    if (guess > ans):
        max = guess
    if (guess < ans):
        min = guess
    if (guess == ans):
        print("Bingo!!")
        break
Apr 14

Do not know when to start,When using Manjaro's "Suite Manager",Whether installed、When removing or updating software,Will jump “/var/lib/pacman/local/dnsmasq-2.80-3/desc: This is not a file or directory” mistake,But it does not affect the installation of conduct,This message also did not go to the tube。

 

Continue browsing »

Apr 14

Weekend ready to practice when open XAMPP php,But how could not find where to install XAMPP,From the "Suite Manager" also show my computer does not install,Although wonder why is removed,But he had to try to install a。When the "Suite Manager" to install from,But the picture cards”Extracting package (this might take several minutes, don’t give up!)”,First let him run more than one hour not moving,The second direct let it run all night,The result is still the same,Searching for a bit,Other users abroad have encountered the same situation,It seems there is no clear solution。Later, go to the official looked at,The original official has provided .run installation file,Installation is almost the same as with Windows,very convenient,It also reminds me of my first two weeks is to use this method of installation,No wonder the "Suite Manager" does not know I have installed (really bad memory to an extreme)。

 

Continue browsing »

Apr 7

WordPress's "page (page)"The main function is to let everyone used to make static pages,But before I wanted to use it as a menu category page,As shown below:

 

Continue browsing »

Apr 7

A recent study in python,Curriculum development environment using anaconda,Operator interface intuitive feeling,Home wanted to try Manjaro also install up exercises,But a little too smooth。The first installation failed because of lack of space,I realized that anaconda also need to use up the space of a few G,It should be because there are many relationships kit。

 

Continue browsing »

Apr 7

His wife late last year to help move the WordPress,It was my turn myself,The last direct reference to write "Moving WordPress"Articles were,And to order some adjustments,There is nothing to add to observe,Therefore, this direct access to the article screenshot,Also to be supplemented for the problems encountered in this。

 

Continue browsing »