上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 55 下一页

2018年7月9日

mysql为int类型的字段php取出来之后为何变为string类型?

摘要: https://segmentfault.com/q/1010000002957162 php从mysql取出int数据,变成了string https://blog.csdn.net/as17501/article/details/52129681 阅读全文

posted @ 2018-07-09 13:45 防空洞123 阅读(515) 评论(0) 推荐(0) 编辑

2018年6月13日

无损压缩PNG工具

摘要: http://nullice.com/archives/1998 http://nullice.com/archives/1998 http://nullice.com/limitPNG/ https://pngquant.org/ 目前在用 压缩JS https://blog.csdn.net/u 阅读全文

posted @ 2018-06-13 16:23 防空洞123 阅读(159) 评论(0) 推荐(0) 编辑

2018年5月26日

laya的那些坑

摘要: 游戏运行在chrome里面 听不见声音 游戏运行在chrome里面 听不见声音 游戏运行在chrome里面 听不见声音;其它浏览器可以听见声音开发者模式提示如下: The AudioContext was not allowed to start. It must be resume (or cre 阅读全文

posted @ 2018-05-26 16:33 防空洞123 阅读(538) 评论(0) 推荐(0) 编辑

2018年4月12日

客户端代码压缩成zip和服务器开启gzip

摘要: 1.我说的zip是打包完的js代码,用压缩工具压缩为zip文件,这样放CDN上,下载量会进一步缩小,提高进入游戏的速度 嗯,需要在游戏页用js解压zip文件 2.最简单的就服务器开启gzip 嗯,需要在游戏页用js解压zip文件 2.最简单的就服务器开启gzip 阅读全文

posted @ 2018-04-12 11:11 防空洞123 阅读(291) 评论(0) 推荐(0) 编辑

2018年1月31日

phpstorm 2017激活码(方法)

摘要: JetBrains激活 JetBrains 授权服务器(License Server URL):http://idea.imsxm.com 使用方法:激活时选择License server 填入http://idea.imsxm.com 点击Active即可。 转自:https://www.cnbl 阅读全文

posted @ 2018-01-31 10:11 防空洞123 阅读(1004) 评论(0) 推荐(0) 编辑

2018年1月5日

PHP保留两位小数的几种方法

摘要: $num = 10.4567; //第一种:利用round()对浮点数进行四舍五入 echo round($num,2); //10.46 //第二种:利用sprintf格式化字符串 $format_num = sprintf("%.2f",$num); echo $format_num; //10.46 //... 阅读全文

posted @ 2018-01-05 20:25 防空洞123 阅读(184) 评论(0) 推荐(0) 编辑

php 数组排序 按照某字段

摘要: $arr=[ array( 'name'=>'小坏龙', 'age'=>28 ), array( 'name'=>'小坏龙2', 'age'=>14 ), array( 'name'=>'小坏龙3', 'age'=>59 ), array( 'name'=>'小坏龙4', 'age'=>23 ), 阅读全文

posted @ 2018-01-05 20:07 防空洞123 阅读(295) 评论(0) 推荐(0) 编辑

sql大全

摘要: mysql distinct 使用实例(过滤多余的重复记录) http://www.manongjc.com/article/941.html 阅读全文

posted @ 2018-01-05 19:44 防空洞123 阅读(104) 评论(0) 推荐(0) 编辑

2018年1月1日

解决jpgraph在php7.0版本下时,无法显示例子图表的问题

摘要: 解决gpgraph4.02在php7.0显示空白框问题 解决方案: 原因剖析: 阅读全文

posted @ 2018-01-01 12:33 防空洞123 阅读(338) 评论(0) 推荐(0) 编辑

Linux 定时任务crontab使用

摘要: 正好要搞一个定时删除数据的功能,想到linux 可设置定时器定时执行任务就学习了下~ 并不是所有的linux服务器上都装了crontab 像我这: [root@hehe local]# crontab-bash: crontab: command not found 这时候要安装crontab,命令 阅读全文

posted @ 2018-01-01 11:19 防空洞123 阅读(245) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 55 下一页

导航