html5的一个非常cool的功能,就是web
storage,类似于之前的cookie,不过与之不同的是,web storage
拥有本地5兆的容量可以存储,而cookie却只有4K,这是完全不能比的优势。webstrange又分为:localstorage,sessionstorage和本地.....
分类:
Web程序 时间:
2014-05-09 04:56:03
阅读次数:
363
首先添加以下权限new一个广播NetStateChangeBroadcastpackage
aviationboss.broadcast;import android.content.BroadcastReceiver;import
android.content.Context;import an...
分类:
移动开发 时间:
2014-05-09 04:23:52
阅读次数:
472
Eclipse for android 设置代码提示功能1、设置 java 文件的代码提示功能打 开
Eclipse 依次选择 Window > Preferences > Java > Editor - Content Assist >
Auto activation triggers for J...
分类:
移动开发 时间:
2014-05-08 19:16:31
阅读次数:
513
设置js文件的默认编码格式为UTF-8
在Windows->Preference页面中,选择General->Content Types
在右边的框中,选择Text->Javascript,将下面的Default Encoding改为utf-8 设置workspace的编码格式为UTF-8
在...
分类:
系统相关 时间:
2014-05-08 17:45:14
阅读次数:
385
一.参考http://www.csdn.net/article/a/2013-12-18/309280http://gtstorageworld.blog.51cto.com/908359/1269024http://www.searchstorage.com.cn/microsites/2014s...
分类:
Web程序 时间:
2014-05-08 17:38:56
阅读次数:
344
publicvoidDownLoad(stringwordcode,stringwordname,stringwordcopyright)
{
stringoutfn="p_w_upload;filename={0}.txt";
Response.ContentType="application/txt;charset=GB2312";
Response.AddHeader("Content-Disposition",string.Format(outfn,wordcode));
Response.Write..
分类:
其他好文 时间:
2014-05-08 16:50:54
阅读次数:
269
1、用户管理//查询所有分组
publicfunctionqueryGroups(){
$url="https://api.weixin.qq.com/cgi-bin/groups/get?access_token=";
$url.=$this->getacctoken();
$result=$this->cget($url);
header("Content-type:text/html;charset=utf-8");
print_r($result);
}
//创建..
分类:
微信 时间:
2014-05-08 16:45:04
阅读次数:
726
MySQL 可以看成是二层架构
第一层SQL Layer,包括权限判断,sql 解析,执行计划优化,query cache 的处理等等;
第二层存储引擎层(Storage Engine Layer),是底层数据存取操作实现部分,由多种存储引擎共同组成。
SQL Layer 中包含了多个子模块:
1、初始化模块
MySQL Server 启动的时候,对整个系统做各种各样的初...
分类:
数据库 时间:
2014-05-08 10:47:13
阅读次数:
381
Restoring Purchased ProductsUsers restore
transactions to maintain access to content they’ve already purchased. For
example, when they upgrade to a ne...
分类:
移动开发 时间:
2014-05-07 17:06:59
阅读次数:
869