Action(){char * position;char * str;int offset;char * search_str = "ERROR"; // web_set_sockets_option("INITIAL_BASIC_AUTH","1"); web_set_user("21652.....
分类:
Web程序 时间:
2014-08-28 18:05:25
阅读次数:
247
最近捣鼓一个开源的c程序,查看一个结构体,一层套一层的结构把人看的眼都晕了多亏c++支持对象替代了c的结构体遍地跑一下截取一部分大家欣赏下typedef struct { char *setname; /**0) (input) */} bend_search_rr;s...
分类:
编程语言 时间:
2014-08-28 17:49:25
阅读次数:
240
原教程 https://github.com/nswbmw/N-blog/wiki/_pages的第一章,由于版本等的原因,在原教程基础上稍加改动即可实现。
现在我们来给博客增加文章检索功能,即根据关键字模糊查询文章标题,且字母不区分大小写。
首先,我们修改 header.ejs ,在 前添加一行代码:
在 style.css 中添加一行样式:
.search{bord...
分类:
Web程序 时间:
2014-08-28 16:11:19
阅读次数:
325
二叉搜索树(Binary Search Tree,BST)的一点总结。...
分类:
其他好文 时间:
2014-08-28 14:52:59
阅读次数:
215
安装MSI包使用PowerShell调用WMI对象,你可以执行下面的脚本来安装你的MSI安装包:1 $box="deviis01" #this is the name of your server2 $product= [WMICLASS]"\\$box\ROOT\CIMV2:win32_Produ...
分类:
其他好文 时间:
2014-08-28 14:41:19
阅读次数:
476
jquery代码块取页面参数//取页面参数 var PAGE = { get:function(_name) { var str0=location.search; var str0=str0.replace("?",""); ...
分类:
Web程序 时间:
2014-08-28 12:54:39
阅读次数:
152
class Solution: # @param matrix, a list of lists of integers # @param target, an integer # @return a boolean def searchMatrix(self, matrix...
分类:
编程语言 时间:
2014-08-28 11:24:19
阅读次数:
216
1、注意在使用弹性盒模型的时候 父元素必须要加display:box 或 display:inline-box 1 2 3 4 52、Box-orient 定义盒模型的布局方向 ?Horizontal 水平显示 ?vertical 垂直方向 1 ...
分类:
其他好文 时间:
2014-08-28 11:10:19
阅读次数:
261
Description
Box Game
There are two identical boxes. One of them contains n balls, while the other box contains one ball. Alice and Bob invented a game with the boxes and bal...
分类:
其他好文 时间:
2014-08-28 09:41:09
阅读次数:
189
基本正则表达式和文本处理工具之grep、egrep和fgrepGrep(globalsearchregularexpressionandprintouttheline全局搜索正则表达式并把行打印出来),是一种强大的文本搜索工具,egrep和fgrep的命令跟grep只有很少的差别,linux使用的是GNU版本的grep,功能非常强大,可以通过-G,-..
分类:
其他好文 时间:
2014-08-28 02:08:59
阅读次数:
432