码迷,mamicode.com
首页 >  
搜索关键字:art    ( 45817个结果
可以将一些配置信息已json格式存在数据库中读取的时候序列化。
public partial class json序列化 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { StringBuilder builder = new StringBuilder(....
分类:数据库   时间:2014-04-30 03:27:17    阅读次数:585
Js获取当前日期时间及其它操作
Js获取当前日期时间及其它操作var myDate = new Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear(); //获取完整的年份(4位,1970-????)myDate.getMonth(); //获取当前月份(0-11,0代表...
分类:Web程序   时间:2014-04-30 03:08:42    阅读次数:550
Louis Vuitton Bags Are Actually Very Versatile
It is one of the fashion trends that never go out of fashion, Louis Vuitton handbag ! And "being in fashion trends for many years, and this season is ...
分类:其他好文   时间:2014-04-30 03:07:40    阅读次数:510
Entity Framework菜鸟初飞
Entity Framework菜鸟初飞http://blog.csdn.net/zezhi821/article/details/7235134
分类:其他好文   时间:2014-04-30 03:06:39    阅读次数:443
网络json 和xml 接口
免费JSON格式的服务接口各种常用的JSON接口
分类:Web程序   时间:2014-04-30 03:02:32    阅读次数:459
Matlab Galois Field arrays
Operations supported for Galois Field arrays: + - - Addition and subtraction of Galois arrays. * / \ - Matrix multiplication...
分类:其他好文   时间:2014-04-30 02:05:12    阅读次数:627
【转载】 free(p)后指针问题
转载自:http://blog.csdn.net/onestep365/article/details/1897626#include #include #include int main(){ char *str = (char *)malloc(100); strcpy(str, "hello"...
分类:其他好文   时间:2014-04-30 01:51:48    阅读次数:427
linux下编译php追加enable的方法
如果我们运行php时发现缺少某个库,在windows环境下很简单,找到.dll 对应的库文件,然后拷贝到 extension 目录下,然后在php.ini 里 去掉 前面的分号或者 追加一行 extension = XXXX.dll 即可。linux环境下,可不是像windows环境下那么的简单。下...
分类:Web程序   时间:2014-04-30 01:49:44    阅读次数:670
PHP源码分析
收集一些对PHP研究较深的文章,方便平时的查阅。 1)弱类型变量实现 2)PHP的生命周期 3)变量的引用计数、写时复制(Reference counting & Copy-on-Write) 4)变量的存储方式 5)数组 6)HashTable API 7)面向对象
分类:Web程序   时间:2014-04-30 01:38:26    阅读次数:565
维护POS机的方式
每样新产品的开始使用以及在使用过程中,都会遇到各种问题,如何预防维护POS机的方式非常重要,接下来我们将告诉大家pos收单系统下的POS机维护方式。 一、检查电源定期检查POS机的电源、电源线、插座等,确保电缆正常插入扫描仪正常工作,并且定期检查电池是否有电。对于长期存放是不是用的POS机,最好将电...
分类:其他好文   时间:2014-04-30 01:19:58    阅读次数:507
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!