码迷,mamicode.com
首页 >  
搜索关键字:ad    ( 14937个结果
这博客内容格式有点乱
分类:其他好文   时间:2014-08-14 23:08:39    阅读次数:177
控制浏览器不要缓存
//发头控制浏览器不要缓存 response.setDateHeader("expries", -1); response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache");
分类:其他好文   时间:2014-08-14 23:07:56    阅读次数:138
Cocos2d-x3.2 Speed、Follow的使用
//GameScene.h #include?"cocos2d.h" class?GameScene?:?public?cocos2d::Layer { public: ????static?cocos2d::Scene*?createScene(); ???? ????virtual?bool?init(); ???? ????...
分类:其他好文   时间:2014-08-14 21:12:30    阅读次数:230
windows server 2008创建活动目录
AD活动目录的创建和加入创建AD活动目录执行dcpromo.exe创建完成后重启客户机加入域操作加入成功!
分类:Windows程序   时间:2014-08-14 20:55:29    阅读次数:377
【Leetcode长征系列】Merge k Sorted Lists
原题: Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity. 思路:两条两条地合并。时间复杂度为O(n),n为所有链表节点和。 代码: /** * Definition for singly-linked list. * struct List...
分类:其他好文   时间:2014-08-14 20:52:09    阅读次数:275
java解析xml
public class XMLUtils {          private static SAXReader reader = new SAXReader();     private static Document dom = null;     public static Document load(String fileName) {         InputStream ...
分类:编程语言   时间:2014-08-14 20:40:19    阅读次数:231
Change value of string array at debug eclipse--转
Question:I have an application, but to test something, I need to change value of aString[].But when I do it usingchange valueinvariablestab, everytime...
分类:系统相关   时间:2014-08-14 20:30:49    阅读次数:321
【Dojo】调试输出日志
页面中加上isDebug: true,在页面中就可以看到Dojo的console了。parseOnLoad:在页面加载完成以后,是否启用 Dojo 的解析模块对页面中的 Dojo 标签属性(Dojo 标签属性是指由 Dojo 定义的一些标记,这些标记只有在被处理以后,才能为浏览器识别执行)进行解析。...
分类:其他好文   时间:2014-08-14 20:27:29    阅读次数:211
Goldengate:ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed
How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processedThis is the summary of Metalink...
分类:其他好文   时间:2014-08-14 20:24:19    阅读次数:335
error while loading shared libraries: lib******: cannot open shared object file: No such file or directory
程序编译成功后,运行时错误:errorwhileloadingsharedlibraries:libevent-2.0.so.5:cannotopensharedobjectfile:Nosuchfileordirectory解决方法:像libevent这种开源库,编译安装后,一般在/usr/loc...
分类:其他好文   时间:2014-08-14 20:23:39    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!