由于最近不常用,结果导致今天用的时候忘记了,╮(╯▽╰)╭。现在标记一下: 方法如下,先创建一个C++ Project,然后加入上面的代码,在main函数或者其他地方设置断点,注意是Debug版本,否则代码经过优化会多很多。然后按钮F5或者点击Debug->Start Debuging程序会走到ma ...
分类:
其他好文 时间:
2017-02-07 18:53:20
阅读次数:
158
1.1-iOS10拓展简介1.2-iOS10通知使用1.3-iOS10通知拓展Extension使用1.4-效果演示
如果对开发有兴趣的可以来黑马学习iOS开发:黑马程序员
源代码下载地址:代码下载
...
分类:
移动开发 时间:
2017-02-07 11:12:37
阅读次数:
351
1. 删除不必要的模块 PHP随带内置的PHP模块。它们对许多任务来说很有用,但是不是每个项目都需要它们。只要输入下面这个命令,就可以查看可用的PHP模块: 一旦你查看了列表,现在可以删除不必要的模块。减少模块的数量有助于提高你所处理的Web应用程序的性能和安全。 2. 限制PHP信息泄露 平台泄露 ...
分类:
Web程序 时间:
2017-02-06 16:59:50
阅读次数:
311
问题:create table A ( id varchar(64) primary key, ver int, ...)在id,ver上有联合索引,10000条数据为什么select id from A order by id特别慢?而select id from A order by id,ve ...
分类:
数据库 时间:
2017-02-06 13:33:13
阅读次数:
217
1 只是一个下拉框 <!-- <select ng-model="areaType" ng-disabled="isDisable" class="form-control" ng-options="c.code as c.code for c in codes"> --><!-- <option ...
分类:
Web程序 时间:
2017-02-06 12:56:24
阅读次数:
250
发现了用textctrl.update()可以更新 请教怎么刷新wxpython中textctrl信息 名gbyls | 浏览 48 次 |举报 请教怎么刷新wxpython中textctrl信息 名gbyls | 浏览 48 次 |举报 发布于2016-06-30 12:01 最佳答案 myisa ...
分类:
其他好文 时间:
2017-02-05 22:49:39
阅读次数:
201
var Too = (function() { var $ = {}; $.cookie = function(name, value, options) { if (typeof value !== 'undefined') { options = options || {}; if (value... ...
分类:
其他好文 时间:
2017-02-04 12:29:28
阅读次数:
269
systemctl start firewalld.service#启动firewallsystemctl stop firewalld.service#停止firewallsystemctl disable firewalld.service#禁止firewall开机启动 systemctl st ...
分类:
Web程序 时间:
2017-02-03 18:32:24
阅读次数:
481
首先给大家介绍一下KVO的使用场景:当某个对象的某个属性改变的时候,需要我们做出相应的处理事件。比如我们自定义下拉刷新,那么我们是如何得知用户要进行的下拉刷新数据操作呢,我们可以监听控件的frame,通过用户下拉该控件的时候,会修改该控件的frame.y属性,我们使用KVO监听这个属性。当这个属性的 ...
分类:
移动开发 时间:
2017-02-02 20:54:14
阅读次数:
358
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jqueryUI拖动</title> </head> <script src="js/jquery-1.11.0.min.js"></script> <scri ...
分类:
编程语言 时间:
2017-02-02 17:26:44
阅读次数:
384