第一章 了解SQL模式:
关于数据库和表的布局以及特性的信息。【描述表可以存储什么样的数据,数据如何分解,各部分信息如何命名等等,可以用来描述数据库中特定的表以及整个数据库(和其中表的关系)】。第二章
MySQL简介 MySQL是一种DBMS,即它是一种数据库软件。基于客户机----服务器的数据库。...
分类:
数据库 时间:
2014-04-30 03:11:48
阅读次数:
549
在Cocos2d-x
v2.x,CCClippingNode类有一个bug,导致区域裁剪失效,由于Cocostudio的UIScrollview组件是基于该类构建的,所以这个问题是比较常见的,fix的方法如下for
iOS:in AppController replace the gl-view c...
分类:
其他好文 时间:
2014-04-30 03:05:37
阅读次数:
627
schtasks /create /sc minute /mo 20 /tn "TestBatch"
/tr C:/TestBatch.batTestBatch.batecho
"---------------------批处理开始------------------------------"pin...
Hide demoDownloadIn this article I’m going to
explain how to create Google combo chart example with database in ASP.NET.
Google charts allows you ...
分类:
数据库 时间:
2014-04-30 02:56:31
阅读次数:
775
快速移除键盘
之前一直是讲view的父类改成control,然后加一个全屏按钮,点击让键盘消失。这个方法要写好多代码,现在一个比较好的方法是重写一个下面的方法:-
(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ ...
分类:
移动开发 时间:
2014-04-30 02:54:24
阅读次数:
542
相关资料http://stackoverflow.com/questions/18404907/using-gpuimage-to-recreate-ios-7-glass-effecthttp://stackoverflow.com/questions/17036655/ios-7-style-b...
分类:
移动开发 时间:
2014-04-30 02:03:09
阅读次数:
729
第一种方法:跳转到当前页:location.href为跳转当前的页面第二种方法:window.open为打开新窗口跳转跳转到新页面:
分类:
其他好文 时间:
2014-04-30 01:56:00
阅读次数:
497
Introduction: In this article I will explain
how to create setup file in visual studio 2008/2010 to deploy web application
file directly in IIS or in ...
分类:
移动开发 时间:
2014-04-30 01:35:19
阅读次数:
865
今天用xcode5.1设置xib中,用静态的方式设置UITableViewController中的tableview,把tableview中的backgroundColor改变后,xib上有效果,但是一运行就变成了透明色,在过渡动画时,都可以看到背面的view!见下面截图后来在viewdidload...
分类:
移动开发 时间:
2014-04-30 00:57:28
阅读次数:
757