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 »

Sea 16

Do not know when to begin,Windows every period of time will jump out of the page of a windowsdefender.club,Itself is quite small in the use of Windows environment,So it did not go it alone。Just want to say about the search for solutions,Most of the foreign article is general want you to check the machine code or start programs, etc.,No answer to this problem,Only later did the other side of the site finally find solutions。
Continue browsing »

Jan 24

surroundings:Graylog OVA 檔
版本:2.5

【change Password】
1. Gear position confirmation graylog.conf,graylog.conf Graylog OVA environment located /opt/graylog/conf/graylog.conf,Please refer to this other environmentConsolidated

 

2. Through the vi editor graylog.conf。

sudo vi /opt/graylog/conf/graylog.conf
### vi common commands ###
 a 進入編輯模式
 esc 回到指令模式
 :w Archive
 :q leave
 :q! When forget to use sudo to open the archive and no authority,Forced to leave。

Continue browsing »

Jan 5

Because the company's Web site before being implanted malware relationship,Build a new website platform,And abandon such quickly build appserv but only for development environment kit,Changes toBuild Apache manually、MariaDB and PHP,After renewed every six months and with the frequency of maintenance to do,This is the record update Apache、Step MariaDB and PHP program of three。

 

Continue browsing »

Dec 28

Open source log system - Graylog have provided OVA virtual imaging environment for use,The default network card settings to the initial setting DHCP,So if you do not open up after the allotment to IP,Will be part of the error message,To change the fixed IP,The following steps may be performed:

 

Continue browsing »