<scheme name="RecognEyes copy" version="141" parent_scheme="Default"> <option name="LINE_SPACING" value="1.0" /> <font> <option name="EDITOR_FONT_NAME ...
分类:
其他好文 时间:
2017-07-29 13:01:00
阅读次数:
159
刚刚看到两句话,感觉不错,分享给大家: 1.用户的问题。就是我们的问题 2.做一些用户想要的东西 (define add1 (lambda (x) (+ 1 x))) (define sub1 (lambda (x) (- x 1))) (add1 67) (sub1 5) (sub1 0) (ze ...
分类:
其他好文 时间:
2017-07-28 13:33:37
阅读次数:
159
http协议之URL语法详解URL:UnifromResourceLocator URL方案:scheme 服务器地址:ip:port 资源路径; http://www.mageedu.com:80/bbs/index.php https:// 基本语法: <scheme>://<user>:<password>@<host>:<port>/<path>;<params>..
分类:
Web程序 时间:
2017-07-27 22:32:56
阅读次数:
306
Cipher 时限:1000MS Description Bob and Alice started to use a brand-new encoding scheme. Surprisingly it is not a Public Key Cryptosystem, but their enc ...
分类:
其他好文 时间:
2017-07-26 22:11:36
阅读次数:
155
Description Bob and Alice started to use a brand-new encoding scheme. Surprisingly it is not a Public Key Cryptosystem, but their encoding and decodin ...
分类:
其他好文 时间:
2017-07-25 14:25:26
阅读次数:
209
scheme是lisp的一种 编辑器能够用emacs。网上有非常多教导怎样编写的 (begin (display "hello") (newline)) 编写完以.scm保存,这里保存为test.scm 然后sudo apt-get install racket //也能够安装scm Racket ...
分类:
编程语言 时间:
2017-07-25 10:10:43
阅读次数:
193
定时清理两周前的旧记录 附:表结构 分区函数 分区方案 ...
分类:
其他好文 时间:
2017-07-24 18:57:38
阅读次数:
176
字符串数据类型(String Data Type) 字符串数据类型可包含字符、换行、回车以及制表符。 下面是一个关于某个 scheme 中字符串声明的例子: <xs:element name="customer" type="xs:string"/> 文档中的元素看上去应该类似这样: <custom ...
分类:
其他好文 时间:
2017-07-21 19:54:22
阅读次数:
552
基本语法:<scheme>://<user>:<password>@<host>:<port>/<path>;<params>?<query>#<frag>params:参数query:数据库查询frag:索引http事务报文:请求:request响应:response报文语法格式:request报文<method>&l..
分类:
Web程序 时间:
2017-07-20 22:22:25
阅读次数:
207
原文地址:http://blog.codinglabs.org/articles/theory-of-mysql-index.html 索引使用策略及优化 MySQL的优化主要分为结构优化(Scheme optimization)和查询优化(Query optimization)。本章讨论的高性能索 ...
分类:
数据库 时间:
2017-07-18 23:11:08
阅读次数:
309