06 2017 档案
摘要:MySQL 1267错误解决方案 或者:ALTER TABLE tablename CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;//我是用这种方法法解决的 上面的方法改了后退出后又还原了不知道什么原因 参考:http://www.spl
阅读全文
摘要:参考:http://www.2cto.com/database/201207/140734.html --若密码为空 则去掉123456 完整操作: 开始->运行->cmd cd\ cd mysql安装目录\bin --mysql -u root -p ; //登录mysql mysql> GRAN
阅读全文
摘要:有两种办法。 1、在B机器上装mysql。 将A机器上的mysql/data下的你的数据库目录整个拷贝下来。 将B机器上的mysql服务停止。 找到B机器上的mysql/data目录,将你拷贝的目录粘贴进去,然后启动mysql服务就可以了。 2、使用SQL语句备份和恢复 你可以使用SELECT IN
阅读全文
摘要:mysql下载和安装:http://www.jb51.net/article/89224.htm 在安装的过程中易报“系统出错。 发生系统错误 1067。”错误。 解决方法:https://yq.aliyun.com/articles/32513 这上面有很多 可以参考 我第一次安装的时候以上都解决
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Runtime.Remoting.Messaging;
阅读全文
摘要:C#提供了异步方法调用的功能,先创建一个委托,该委托的签名要与需要异步执行的方法定义相匹配。还是以代码来说明。 委托的声明: public delegate string AsyncDelegateGetPage( Uri uri , out string url ); 调用方代码: AsyncCa
阅读全文
摘要:http://www.oschina.net/p/tinyselect http://blog.csdn.net/lkforce/article/details/53930141 http://git.oschina.net/hyjiacan/TinySelect //示例用法 <select id
阅读全文
摘要:http://www.cnblogs.com/yuanke/archive/2016/02/26/5221853.html http://www.jb51.net/article/58494.htm //需引用以下两个模块 var formidable = require('formidable')
阅读全文
摘要:参考:http://wenzhixin.net.cn/2013/12/29/bootstrap_menu_guide bootstrapMenu
阅读全文
摘要:示例下载 html2canvas 使用:http://html2canvas.hertzen.com/ 参照http://blog.csdn.net/maoxin604/article/details/22938453 <html> <head> <meta name="layout" conten
阅读全文
摘要:jQuery中$(document).ready()的作用类似于传统JavaScript中的window.onload方法,不过与window.onload方法还是有区别的。 1.执行时间 window.onload必须等到页面内包括图片的所有元素加载完毕后才能执行。 $(document).rea
阅读全文
摘要:<input type="password" id="batch_eqpt_pwd" name="batch_eqpt_pwd" value="">   <span id="pwd_eye" style="font-size:20px" class="icon-eye-close">
阅读全文
摘要:list.forEach(function(item,index){ var sendData = function(index, message) { setTimeout(function() { sync(); //异步方法 }, 200*index); } sendData(index, m
阅读全文

浙公网安备 33010602011771号