C. Marlon's StringTime Limit: 2000msMemory Limit: 65536KB64-bit integer IO format:%lld Java class name:MainLong long ago, there was a coder named Marl...
分类:
其他好文 时间:
2014-07-30 12:08:23
阅读次数:
206
在Javascript 中,有2种作用域,分为 全局作用域 ,和函数作用域,
在 浏览器端 , 全局作用域 就是 window对象的属性,
函数作用域 就是 ,某个 函数 生成的对象的属性;
var name = 'html5';
function Obj(){
this.name = 'CSS3'...
分类:
Web程序 时间:
2014-07-30 01:02:22
阅读次数:
286
下载httpd2.2.6,以前用http2.2.4会出问题(出现个什么lib的错误)./configure --prefix=/usr/local/apache --enable-ssl --enable-cgi --enable-mods-shared=all --with-mysql=/usr/...
分类:
其他好文 时间:
2014-07-29 17:32:02
阅读次数:
393
直接贴上Android.mk文件吧。对了,是cocos2d3.0的,不知道2.x是否一样。LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := cocos2dcpp_sharedLOCAL_MODULE_FILENAME :...
分类:
移动开发 时间:
2014-07-29 16:52:52
阅读次数:
224
setenforce0serviceiptablesstop关闭防火墙1.安装dns软件包yuminstallbind2.配置文件全局配置vi/etc/named.conflisten-onport53{192.168.80.20;};网卡IPdirectory"/var/named";区域数据文件存放位置allow-query{any;};允许使用本DNS网段区域配置(1)正向区域(域名解析成IP)vi/..
分类:
系统相关 时间:
2014-07-29 15:40:19
阅读次数:
390
#include
#include
#include
struct file_operations;
struct inode;
struct module;
struct cdev {
struct kobject kobj;
struct module *owner;
const struct file_opera...
分类:
系统相关 时间:
2014-07-29 14:18:28
阅读次数:
280
seajs 2.2.1在config文件中preload一次jquery,就可以在整个项目中使用jquery。如下:seajs.on('exec', function(module) { if (module.uri === seajs.resolve('jquery')) { win...
分类:
Web程序 时间:
2014-07-29 13:35:28
阅读次数:
238
PyGObject is a Python extension module that gives clean and consistent access to the entire GNOME software platform through the use of GObject Introspection. PyGObject provides full support of GObject Introspection and all of its features (callbacks, GVari...
分类:
编程语言 时间:
2014-07-29 13:04:47
阅读次数:
343
路径:phpcms/module/content/classes/content_tag.class.php 添加如下方法 /** * 列表页标签:主要返回的是主表中数据与附表中数据 * @param $data */ public function lists_al...
分类:
Web程序 时间:
2014-07-29 12:20:08
阅读次数:
240
apache2.2虚拟主机配置教程详解一、修改httpd.conf打开appserv的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so 去掉#意思是启用apach...
分类:
其他好文 时间:
2014-07-28 14:51:43
阅读次数:
338