1. Terms and conditions(法律与条款) 1.1 As a developer
of applications for the App Store you are bound by the terms of theProgram
License Agreement(PLA), H...
分类:
移动开发 时间:
2014-05-12 15:16:13
阅读次数:
610
*) 基本概念:1. 应用程序(Application)2. ODBC驱动管理器(ODBC
Driver Manager) 负责管理应用程序和驱动程序间的通信,主要功能包括:解析DSN
(数据源名称,ODBC的数据源名称在ODBC.INI文件中配置),加载和卸载驱动程序,处理ODBC调用,...
分类:
数据库 时间:
2014-05-12 08:41:25
阅读次数:
601
1.新版的操作的确十分给力2.url如果有中文一定要记得stringByAddingPercentEscapesUsingEncoding否则闪退3.如果服务端头是
text/html的接口manager.responseSerializer.acceptableContentTypes = [NS...
分类:
Web程序 时间:
2014-05-12 04:20:47
阅读次数:
341
1简介
1.1决定用什么序列化策略。
1.2配置tomcat
1.2.1添加 memcached-session-manager jar 包到tomcat中。
1.2.2添加序列化相关的jar到你项目(可选的)。
1.2.3配置 memcached-session-manager 作为tomcat 的管理。...
分类:
其他好文 时间:
2014-05-11 05:35:20
阅读次数:
395
本节讲述PDSP监控的配置。
QMSS PDSP:The queue manager sub system contains two or eight packed data structure processors (PDSP) and associated hardware that allow autonomous QMSS-related tasks with interrupt not...
分类:
其他好文 时间:
2014-05-11 04:02:36
阅读次数:
507
RPM是RedHat Package
Manager(RedHat软件包管理工具)类似Windows里面的“添加/删除程序”rpm 执行安装包
二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由RPM自动编译、安装。源代码包经常以src.rpm...
分类:
系统相关 时间:
2014-05-11 00:55:18
阅读次数:
489
最近因为要写新的mobile site页面,有好几个页面上面必须用到photo
slider。使用插件:/** Swipe 2.0** Brad Birdsall* Copyright 2013, MIT
License**/Github:https://github.com/thebird/Swi...
分类:
Web程序 时间:
2014-05-10 08:32:41
阅读次数:
453
Hello
WorldLinux设备驱动的第一个例子。一.源程序(hello.c)#include#includeMODULE_LICENSE("DualBSD/GPL");staticinthello_init(void){printk(KERN_ALERT"Hello,world/n");ret...
分类:
系统相关 时间:
2014-05-10 07:40:47
阅读次数:
408
当tomcat启动出现这个错误时,按照如下步骤可以解决:1、删掉F:\tomcat20111101\apache-tomcat-6.0.26\conf\Catalina目录下的localhost文件夹2、删掉F:\tomcat20111101\apache-tomcat-6.0.26\webapps...
分类:
其他好文 时间:
2014-05-10 05:20:52
阅读次数:
290
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> def strQ2B(ustring):
#把全角字符串转半角
ustr...
分类:
编程语言 时间:
2014-05-09 22:27:33
阅读次数:
342