Description In a highly modernized fishing village, inhabitants there make a living on fishery. Their major tools, fishing nets, are produced and fixe ...
分类:
Web程序 时间:
2017-03-27 23:46:05
阅读次数:
247
异或的性质 1. a ⊕ a = 0 2. a ⊕ b = b ⊕ a 3. a ⊕b ⊕ c = a ⊕ (b ⊕ c) = (a ⊕ b) ⊕ c; 4. d = a ⊕ b ⊕ c 可以推出 a = d ⊕ b ⊕ c. 5. a ⊕ b ⊕ a = b. 自反性 6.若x是二进制数0101, ...
分类:
其他好文 时间:
2017-03-23 01:08:44
阅读次数:
234
https://www.postgresql.org/docs/9.6/static/functions-json.html Search Documentation: </form> Home → Documentation → Manuals → PostgreSQL 9.6 This page ...
分类:
Web程序 时间:
2017-03-01 10:57:34
阅读次数:
352
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// <summary> /// 上传图片 /// </summary> /// <param ...
分类:
数据库 时间:
2017-02-20 15:49:54
阅读次数:
222
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。 看完所有源码,真的感觉有很大收获,无论是 unix 的编程,还是 GET/POST 的 Web 处理流程,都清晰了不少。废话不说,开始我们的 Server 探索之旅 ...
分类:
Web程序 时间:
2017-02-12 14:31:40
阅读次数:
421
还有更方便的客户端调用方法 由于目前新版还没有发布,目前只有这些内容。 ...
分类:
其他好文 时间:
2017-01-31 20:59:11
阅读次数:
245
error: Couldn't materialize struct: size of variable <varName> disagrees with the ValueObject's size Errored out in Execute, couldn't PrepareToExecute ...
分类:
其他好文 时间:
2016-12-14 13:59:30
阅读次数:
316
1.首先查看redhat 7.0系统本身所安装的那些yum 软件包: rpm -qa | grep yum #列出所有已安装的yum包 2.删除这些包: rpm -e *.rpm --nodeps #删除所有以前的yum包 3.下载新的yum rpm包:(2016/12/8 最新版本rpm,如果40 ...
分类:
其他好文 时间:
2016-12-08 21:13:05
阅读次数:
283
本示例显示了如何动态生成前端jqGrid代码,一般情况仅一行代码: <%=Html.jqGrid<TestModel>(@"#jqT", "Test", "/Home/GridData/")%> 效果如下: 还不仅仅如此,利用MetaData,将自动对不同实体对象进行捆绑,自动生成Grid。 如果你 ...
分类:
Web程序 时间:
2016-12-03 08:03:40
阅读次数:
251
<!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />-->public static Obje ...
分类:
编程语言 时间:
2016-11-22 12:58:41
阅读次数:
188