会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学习笔记
默默无闻的耕好自己的一亩二分田
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
上一页
1
···
46
47
48
49
50
51
52
53
54
···
58
下一页
2018年3月13日
判断手机号码运营商
摘要: /** * 判断手机号的类型 * 更新时间 2016-11-07 * @param $mobile * @return int 1:电信 2:移动 3:联通 4:虚拟运营商 10:未知 */ public static int getMobileType(String $mobile){ String $pre...
阅读全文
posted @ 2018-03-13 13:15 你不知道的浪漫
阅读(612)
评论(0)
推荐(0)
2018年1月25日
Windows 获取unix timestamp
摘要: 1516856968
阅读全文
posted @ 2018-01-25 13:05 你不知道的浪漫
阅读(413)
评论(0)
推荐(0)
2017年11月27日
SQL Server 2008 R2:快速清除日志文件的方法
摘要: 转载自http://www.cnblogs.com/rainman/p/5072689.html
阅读全文
posted @ 2017-11-27 20:23 你不知道的浪漫
阅读(546)
评论(0)
推荐(0)
2017年11月24日
mysql lost connection to server during query
摘要: 以上为ubuntu设置方法,mysql5.7.20-0ubuntu0.17.04.1
阅读全文
posted @ 2017-11-24 08:02 你不知道的浪漫
阅读(293)
评论(0)
推荐(0)
2017年11月22日
Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally dependent on columns in GROUP BY clause; this
摘要: 最近使用新版本的mysql,执行语句的时候报错。网上找了一下,解决方法如下: 转载自:http://www.cnblogs.com/ThinkVenus/p/6821424.html
阅读全文
posted @ 2017-11-22 17:40 你不知道的浪漫
阅读(296)
评论(0)
推荐(0)
Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally dependent on columns in GROUP BY clause; this
摘要: 最近使用新版本的mysql,执行语句的时候报错。网上找了一下,解决方法如下: 转载自:http://www.cnblogs.com/ThinkVenus/p/6821424.html
阅读全文
posted @ 2017-11-22 17:40 你不知道的浪漫
阅读(4648)
评论(0)
推荐(0)
2017年11月19日
vmware磁盘空间扩展
摘要: 往vmware虚拟机中导入数据库或者文件以后经常出现磁盘空间不够用。这个时候就需要扩展一下磁盘的大小。 笔者本来60G,现在想扩展到100G 命令如下 扩展以后建议用分区助手管理虚拟机中的磁盘大小
阅读全文
posted @ 2017-11-19 07:55 你不知道的浪漫
阅读(1299)
评论(0)
推荐(0)
2017年11月17日
Winrar发现损坏的压缩文件头
摘要: 解决方法: 点击"解压到"-->保留损坏文件
阅读全文
posted @ 2017-11-17 11:23 你不知道的浪漫
阅读(14860)
评论(0)
推荐(0)
2017年11月14日
java ASM动态生成类
摘要: BeanTest2.java LeakInfo.java 生成类
阅读全文
posted @ 2017-11-14 08:29 你不知道的浪漫
阅读(3362)
评论(0)
推荐(0)
2017年11月7日
使用ffmpeg将任意格式视频转MP4格式
摘要: 下载ffmpeg解压,提取ffmpeg.exe 在mmfpeg.exe目录下新建批处理,内容如下 把需要转换的视频复制到批处理同目录,把需要转换的文件拖拽到以上批处理。转换完成自动退出,生成一个mp4格式视频 批量转换脚本convert2MP4.bat 用法:把这个文件拷贝到要转换的目录下。比如要把
阅读全文
posted @ 2017-11-07 18:38 你不知道的浪漫
阅读(18902)
评论(1)
推荐(0)
上一页
1
···
46
47
48
49
50
51
52
53
54
···
58
下一页