posts - 570,  comments - 96,  views - 171万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
11 2017 档案
SQL Server 2008 R2:快速清除日志文件的方法
摘要:转载自http://www.cnblogs.com/rainman/p/5072689.html 阅读全文
posted @ 2017-11-27 20:23 你不知道的浪漫 阅读(540) 评论(0) 推荐(0) 编辑
mysql lost connection to server during query
摘要:以上为ubuntu设置方法,mysql5.7.20-0ubuntu0.17.04.1 阅读全文
posted @ 2017-11-24 08:02 你不知道的浪漫 阅读(287) 评论(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 你不知道的浪漫 阅读(288) 评论(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 你不知道的浪漫 阅读(4642) 评论(0) 推荐(0) 编辑
vmware磁盘空间扩展
摘要:往vmware虚拟机中导入数据库或者文件以后经常出现磁盘空间不够用。这个时候就需要扩展一下磁盘的大小。 笔者本来60G,现在想扩展到100G 命令如下 扩展以后建议用分区助手管理虚拟机中的磁盘大小 阅读全文
posted @ 2017-11-19 07:55 你不知道的浪漫 阅读(1288) 评论(0) 推荐(0) 编辑
Winrar发现损坏的压缩文件头
摘要:解决方法: 点击"解压到"-->保留损坏文件 阅读全文
posted @ 2017-11-17 11:23 你不知道的浪漫 阅读(14704) 评论(0) 推荐(0) 编辑
java ASM动态生成类
摘要:BeanTest2.java LeakInfo.java 生成类 阅读全文
posted @ 2017-11-14 08:29 你不知道的浪漫 阅读(3349) 评论(0) 推荐(0) 编辑
使用ffmpeg将任意格式视频转MP4格式
摘要:下载ffmpeg解压,提取ffmpeg.exe 在mmfpeg.exe目录下新建批处理,内容如下 把需要转换的视频复制到批处理同目录,把需要转换的文件拖拽到以上批处理。转换完成自动退出,生成一个mp4格式视频 批量转换脚本convert2MP4.bat 用法:把这个文件拷贝到要转换的目录下。比如要把 阅读全文
posted @ 2017-11-07 18:38 你不知道的浪漫 阅读(18694) 评论(1) 推荐(0) 编辑
mongodb导入csv结构化数据
摘要:csv数据样本 "103238704","","-jmyuncker@aol.com-","-r4Vp5iL2VbM=-","-maiden name""103238705","","-autumnsomer@yahoo.com-","-BB4e6X+b2xLioxG6CatHBw ","-boyf 阅读全文
posted @ 2017-11-07 14:56 你不知道的浪漫 阅读(400) 评论(0) 推荐(0) 编辑
Vmware黑屏解决方法
摘要:此原因是显卡性能差,显示选项开启了3D加速导致的,具体修改步骤: 英文路径:VM->Settings->Hardware->Display 在右面的内容栏中将 Accelerate 3D graphics 取消打勾,然后重启即可; 中文 以上方法转载自: http://blog.csdn.net/f 阅读全文
posted @ 2017-11-03 14:19 你不知道的浪漫 阅读(4592) 评论(0) 推荐(0) 编辑
mysql命令行导入结构化数据
摘要:数据样本 103252765-|--|-stephanie_mt@hotmail.com-|-o/35+nGaNEU=-|-ion|-- 其中|为分隔符,每行的换行符\n mysql> use license;Database changedmysql> load data local infile 阅读全文
posted @ 2017-11-03 10:18 你不知道的浪漫 阅读(462) 评论(0) 推荐(0) 编辑
mysql导入慢解决方法
摘要:[mysqldump]max_allowed_packet = 512M [mysqld] interactive_timeout = 120 innodb_change_buffering=allinnodb_change_buffer_max_size=25# innodb_buffer_poo 阅读全文
posted @ 2017-11-02 20:22 你不知道的浪漫 阅读(900) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示