windows debug里面需要用到数据分析。很重要的一个工具就是dump。什么事minidump,就是windows在蓝屏或其他故障时,转存的内存数据。(我现在是这么理解的)Applications can produce user-mode minidump files, which cont...
分类:
其他好文 时间:
2015-11-18 14:29:12
阅读次数:
138
首先创建一个表:CREATE TABLE `t1` (`id` INT(11) NULL DEFAULT NULL,`name` VARCHAR(20) NULL DEFAULT NULL)插入几条数据:mysql> select * from t1;+------+------+| id | .....
分类:
数据库 时间:
2015-11-18 14:22:53
阅读次数:
164
现在提供两个方法, 一个用于iOS6, 另一个用于iOS7以上iOS6:from http://stackoverflow.com/questions/677530/how-can-i-programmatically-get-the-mac-address-of-an-iphone+ (NSStr...
分类:
移动开发 时间:
2015-11-18 12:28:49
阅读次数:
190
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Note:Do not modify the linked list.Follow up:Can you sol...
分类:
其他好文 时间:
2015-11-18 12:03:51
阅读次数:
174
This post is a step-by-step guide on how to compile Qt 4.x.x with MSVC 2010.Although we use Qt 4.7.1 as an example (for historical reasons), you can a...
分类:
其他好文 时间:
2015-11-17 23:12:18
阅读次数:
240
前言:今天在公司电脑上python版本跟自己家里电脑上的一样,不一样的是mysql公司版本5.6,结果花了两天的时间都没配置好python和mysql简单说就是python连接mysql一直报2003错误,报错代码为:(2003, "Can't ,connect to MySQL server on...
分类:
数据库 时间:
2015-11-17 21:52:14
阅读次数:
242
(以下为本人对于官方文档的理解,能力有限,有错还望指出) 1、首先,我们先阅读下官方文档,后面活给出Demo程序 App Widgets(小工具,窗口小部件) ? App Widgets are miniature application views that can...
分类:
移动开发 时间:
2015-11-17 00:27:53
阅读次数:
247
MySQL 启动报错 -ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’/var/lib/mysql 权限不足导致,所以只要给该文件夹添加权限即可:sh...
分类:
数据库 时间:
2015-11-16 22:28:25
阅读次数:
262
4.现在如果用你电脑上的终端进行MySQL连接时,有可能出现如下错误:MySQL远程连接ERROR 2003 (HY000):Can't connect to MySQL server on'XXXXX'(111) 的问题解决方法:修改云主机上的/etc/mysql/my.cnf 文件,注释掉 bi...
分类:
数据库 时间:
2015-11-16 19:22:30
阅读次数:
155
idea 报错:Can't use Subversion command line client: svn. Errors found while svn working copies detection.1、卸载以前的svn客户端2、下载VisualSVN 下载地址:h...
分类:
其他好文 时间:
2015-11-16 15:17:54
阅读次数:
992