码迷,mamicode.com
首页 >  
搜索关键字:blob    ( 2914个结果
IE8 jquery跨域问题解决
1.IE8 jquery跨域问题解决: 加下面code源地址: https://github.com/dkastner/jquery.iecors/blob/master/jquery.iecors.js (function( jQuery ) { // Create the request ob....
分类:Web程序   时间:2014-10-09 17:48:47    阅读次数:394
websocket 的客户端 websocket-sharp
事实上, websocket-sharp 也包括服务端的实现, 还有 HTTP Authentication的功能http://sta.github.io/websocket-sharp/https://github.com/sta/websocket-sharp/blob/master/READM...
分类:Web程序   时间:2014-10-09 15:24:24    阅读次数:230
Hibernate的大对象映射
1在持久类中直接声明是java.sql.Blob类型2在.hbm.xml文件中配置一下信息
分类:系统相关   时间:2014-10-08 23:33:27    阅读次数:237
大对象
存取大对象---LOB 【分类】: 1)Character LOB --> CLOB(Text有四个子类型) 2)Binary LOB --> BLOB(Blob有四个子类型) 一】CLOB 1.重点类库: 1)PreaParedStatement类: 重点方法: 写...
分类:其他好文   时间:2014-10-06 13:51:50    阅读次数:258
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 4
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/core.clj E2E Process Now it's time to put the stuff altogether. The body of the core c...
分类:Web程序   时间:2014-10-05 18:36:28    阅读次数:191
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 3
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/script.clj Extract Story to TXT In order to move the story from .clj into .txt, I lever...
分类:Web程序   时间:2014-10-05 17:36:38    阅读次数:214
Simple Python Dictionary :)
摘自 http://github.com/panweizeng/home/blob/master/code/python/dict/dict.py 支持简单的Ch to En 和En to Ch我把它放在 /usr/bin/dict 1234567891011$ dict 白痴单词:白痴 音标: b...
分类:编程语言   时间:2014-10-04 17:54:46    阅读次数:250
sql优化规则
建表时的优化:1、只要能满足你的需求,应尽可能使用更小的数据类型:例如使用MEDIUMINT代替INT2、尽量把所有的列设置为NOT NULL,如果你要保存NULL,手动去设置它,而不是把它设为默认值。3、尽量少用VARCHAR、TEXT、BLOB类型4、如果你的数据只有你所知的少量的几个。最好使用...
分类:数据库   时间:2014-10-03 16:48:34    阅读次数:202
Appium0.18.x迁移到Appium1.x须知事项(灰常有用,解答了本人几个疑问)
英文原版:https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/migrating-to-1-0.md Migrating your tests from Appium 0.18.x to Appium 1.x 把你的测试从Appium版本0.18.x迁移至Appium1.x版本 Appium...
分类:移动开发   时间:2014-10-03 12:51:34    阅读次数:262
MYSQL AES_EMCRYPT与AES_DECRYPT
背景: 若你想要储存一些由可能包含任意字节值的加密函数返回的结果,使用BLOB列而不是 CHAR 或VARCHAR 列,从而避免由于结尾空格的删除而改变一些数据值的潜在问题。 这一句话来自官方文件,记好了。为什么不用char,varchar。例子:第一步: 建表 create ta...
分类:数据库   时间:2014-10-03 12:26:14    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!