最近发现一个问题,就是在使用IntelliJ 的过程中发现webpack的热更新失效,也在网上找过很多的修改webpack.config.js配置文件的方法,但是都没有生效,看着同事们一个一个在愉(tong)快(ku)的撸代码,我怎么能忍!? 后来,经过不断的尝试,更换IDE,发现其实就是IDE的问 ...
分类:
Web程序 时间:
2017-07-21 20:43:10
阅读次数:
336
参考资料: WindowsIdentity.Impersonate https://msdn.microsoft.com/zh-cn/library/w070t6ka(v=vs.110).aspx Acess数据库读取 https://msdn.microsoft.com/zh-cn/library ...
分类:
数据库 时间:
2017-07-21 18:55:16
阅读次数:
392
后端 def make_safe(request): from django.utils.safestring import mark_safe temp = "<a href='http://www.baidu.com '>百度</a>" newtemp = mark_safe(temp) ret ...
分类:
其他好文 时间:
2017-07-21 12:34:31
阅读次数:
604
<span style="color:#3333ff;">/* ————————————————————————————————————————————————————————————————————————————— author : Grant Yuan time : 2014.7.19 ald ...
分类:
其他好文 时间:
2017-07-18 00:06:12
阅读次数:
186
MySQLroot密码的恢复方法 有可能你的系统没有 safe_MySQLd 程序(比如我现在用的 ubuntu操作系统, apt-get安装的MySQL) , 下面方法可以恢复 1.停止MySQLd; sudo /etc/init.d/MySQL stop (您可能有其它的方法,总之停止MySQL ...
分类:
数据库 时间:
2017-07-15 17:59:45
阅读次数:
226
在 Navicat for MySQL 下面直接执行 SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass'); 就可以 方法1: 用SET PASSWORD命令 mysql -u root mysql> SET PASSWORD FOR ' ...
分类:
数据库 时间:
2017-07-15 17:53:43
阅读次数:
205
星际一 【FF】反作弊对战平台让作弊行为无所遁形目前能检查星际霸主以及其他星际争霸ZUOBI软件支持108 113 116 118https://pan.baidu.com/s/1slv0329 注意FF 只为星际游戏提供辅助 所以是专业的 ...
分类:
其他好文 时间:
2017-07-15 11:31:36
阅读次数:
243
我在Windows系统上安装wampserver2.5 64位,安装到最后,总是提示丢失msvcr110.dll 解决办法: 到这个网站下载一个Visual C++ Redistributable for Visual Studio 2012 Update 4的一个插件。 http://www.mi ...
分类:
其他好文 时间:
2017-07-14 21:13:41
阅读次数:
208
ss-antlup|grep330//说明有3306端口运行数据库在运行tcpLISTEN0128*:3306*:*users:(("mysqld",7557,12))mysql-uroot-p-S/data/3306/mysql.sock//登录不了数据库,密码输入错误killallmysqld//杀死msyqld进程,可以多尝试几次mysqld_safe--defaults-file=/data/3306/my.cnf--ski..
分类:
数据库 时间:
2017-07-14 16:35:22
阅读次数:
196
Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_ ...
分类:
Web程序 时间:
2017-07-14 15:01:36
阅读次数:
308