using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using NPOI.HSSF.UserModel;
using NPOI.SS.UserModel;
using NPOI.SS.Formula.Functions;
using System.IO;
using System....
分类:
其他好文 时间:
2014-08-13 18:46:07
阅读次数:
223
--查看partition的四个视图select * from sys.partition_functions--查看分区函数select * from sys.partition_parametersselect * from sys.partition_range_values--查看分区函数对...
分类:
数据库 时间:
2014-08-12 21:53:04
阅读次数:
181
Modern browsers (IE8, FF3, Chrome etc.) have native JSON support built in (Same API as with JSON2).So as long you're not dealing with IE6/7 you can do...
分类:
Web程序 时间:
2014-08-12 13:08:24
阅读次数:
217
asp.net Razor 视图具有.cshtml后缀,可以轻松的实现c#代码和html标签的切换,大大提升了我们的开发效率。但是Razor语法还是有一些棉花糖值得我们了解一下,可以更加强劲的提升我们的开发效率,减少开发bug的出现。 Razor 采用的是@ 尾巴符号,正是这个符号成就了Mvc开发效...
分类:
Web程序 时间:
2014-08-11 17:31:52
阅读次数:
330
Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in whi...
分类:
其他好文 时间:
2014-08-08 23:51:16
阅读次数:
315
原来工作遇到的脚本,记下来几个,感觉很有用: 1 # Some shotcuts of the shells 2 # .startsh 3 # 4 # User specific aliases and functions 5 # 6 alias ..='cd ..' 7 alias ...='cd...
分类:
其他好文 时间:
2014-08-08 17:45:46
阅读次数:
206
转载请注明出处:http://blog.csdn.net/suool/article/details/38419983,谢谢!
进程管理及其控制
创建进程
fork()函数
函数说明具体参见:http://pubs.opengroup.org/onlinepubs/009695399/functions/fork.html
返回值:Upon successful completi...
分类:
系统相关 时间:
2014-08-07 23:14:35
阅读次数:
607
官方文档是这么写的
Translating directly to Python means you can apply functions to expressions easily, like the escape() function in
the examples above. You can pass functions in to your template just like...
分类:
其他好文 时间:
2014-08-07 13:09:00
阅读次数:
204
一:匿名函数 (在php5.3.0 或以上才能使用) php中的匿名函数(Anonymous functions), 也叫闭包函数(closures), 允许指定一个没有名称的函数。最常用的就是回调函数的参数值。(http://php.net/manual/zh/functions.anonymo....
分类:
Web程序 时间:
2014-08-06 17:32:31
阅读次数:
248
如果您想详细了解eval和JSON请参考以下链接:eval :https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Global_Functions/EvalJSON:http://www.json.org/eval函数的工作原...
分类:
编程语言 时间:
2014-08-06 17:18:41
阅读次数:
229