PHP

leetcode 657. Judge Route Circle

  Initially,thereisaRobotatposition(0,0).Givenasequenceofitsmoves,judgeifthisrobotmakesacircle,whichmeansitmovesbackto theoriginalplace.Themovese...

leetcode 405. Convert a Number to Hexadecimal

Givenaninteger,writeanalgorithmtoconvertittohexadecimal.Fornegativeinteger, two’scomplement methodisused.Note:Alllettersinhexadecimal(a-f)mustbeinlowe...

FreeSWITCH呼叫参数之sip_cid_type

这个参数定义了呼叫中主叫信息的头字段类型。支持两种类型:1.rpidRemote-Party-ID头,这是默认的设置。{sip_cid_type=rpid}sofia/default/user@example.com此时送出去的SIP消息头的主叫信息字段示例:Remote-Party-ID:"13812344321"&...

Mysql Specified key was too long; max key length is 767 bytes

今天导入一个数据库时,看到以下报错信息:Specifiedkeywastoolong;maxkeylengthis767bytes直译就是索引键太长,最大为767字节。查看sql库表文件,发现有一列定义如下:列 名:contact列属性:varchar列长度:1024接下来,定义该列为索引。解决办法:我的办法...

Ubuntu下编译SqlCipher以及解密微信数据库EnMicroMsg.db过程和坑

wgethttps://codeload.github.com/sqlcipher/sqlcipher/zip/v3.4.2./configure--enable-tempstore=yesCFLAGS="-DSQLITE_HAS_CODEC-DSQLITE_TEMP_STORE=2"LDFLAGS="-lcrypto...

分享JQuery动画插件Velocity.js的六种列表加载特效

分享JQuery动画插件Velocity.js的六种列表加载特效。在这款实例中给中六种不同的列表加载效果。分别为从上飞入、从右侧飞入、从左侧飞入、和渐显。一起看下效果图:在线预览   源码下载实现的代码。html代码:<h1>Velocity.js<i>slice+...

mybatis的<if>标签,<foreach>标签,<collection>标签,<association>标签以及useGeneratedKeys用法

1.判断非空或不等于<iftest="assessTypes!=nullandassessTypes!=''">ANDFIND_IN_SET(t1.assess_type,#{assessTypes})</if>2.判断等于某个固定字符<iftest='rankWay=="byAssess...

Deepin 15.4 编译安装 LNMP(PHP 5.6.31 + Nginx 1.12.1 + MySQL 5.6.36)

先查看先前的文章:Ubuntu14编译安装PHP5.4.45+Nginx1.4.7+MySQL5.6.26笔记#安装依赖库sudoapt-get-yinstalllibpcre3libpcre3-devsudoapt-get-yinstalllibssl-devopenssllibcurl4-openssl-devsu...

php使用microtime(true)计算php程序代码执行消耗时间

http://blog.csdn.net/eflyq/article/details/19130141...

PhpStorm Swoole 和 CI 代码自动补全

http://blog.csdn.net/TiaoZhanJi_Xian/article/details/73468654...