[OJ]1008:

2019-1-12 写技术

Description A Horcrux is an object in which a Dark wizard or witch has hidden a fragment of his or her soul for the purpose of attaining immortality. Constructing a Horcrux is considered Dark magic of the foulest, most evil kind, as it violates laws of nature and morality, and requi...

阅读全文>>

标签: C

评论(0) 浏览(1685)

[OJ]1005:Binary Search Tree analog

2019-1-11 写技术

Input The first integer of the input is T, the number of test cases. Each test case has two lines. The first line contain an integer N,(1<=N<=1000), the number of numbers need to be inserted into the BST. The second line contain N integers separated by space, each integer is in the...

阅读全文>>

标签: C

评论(0) 浏览(1689)

[OJ]1004:Xi and Bo

2019-1-11 写技术

Description Bo has been in Changsha for four years. However he spends most of his time staying his small dormitory. One day he decides to get out of the dormitory and see the beautiful city. So he asks to Xi to know whether he can get to another bus station from a bus station. Xi is n...

阅读全文>>

标签: C

评论(0) 浏览(2105)

[OJ]1003:UC Browser

2019-1-10 写技术

You can get 10 experiences after using UC Browser one day in a row, 20 experiences for two days in a row, 30 experiences for three days in a row, 40 experiences for four days in a row, 50 experiences for five days in a row. If you use UC Browser six days in a row, the experiences you can g...

阅读全文>>

标签: C

评论(0) 浏览(1712)

Compare

2018-12-5 写生活

[该文章已设置加密,请点击标题输入密码访问]

评论(0) 浏览(28)

关键字过滤功能

2018-11-27 写技术

针对于大量营销评论,评论区已经增加了关键字过滤功能。

阅读全文>>

标签: html

评论(0) 浏览(1883)

Column chat

2018-11-11 写生活

[该文章已设置加密,请点击标题输入密码访问]

评论(0) 浏览(82)

Table

2018-11-5 写生活

[该文章已设置加密,请点击标题输入密码访问]

评论(0) 浏览(73)

[html]定时获取服务器时间和本地时间

2018-11-1 写技术

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" cont...

阅读全文>>

标签: html

评论(0) 浏览(2689)

[linux]How to access ini file by shell

2018-10-16 写技术

readIni() { file=$1; section=$2; item=$3; val=$(awk -F '=' '/\['${section}'\]/{a=1} (a==1 && "'${item}'"==$1){a=0;print $2}' ${file}) echo ${val} } writeIni() { file=$1; section=$2; item=$3; val=$4; awk -F '=' '/\['${section}'\]/{a=1} (a==1 && "'${i...

阅读全文>>

标签: linux

评论(0) 浏览(2135)

Powered by anycle 湘ICP备15001973号-1