码迷,mamicode.com
首页 >  
搜索关键字:mysql -e select create view    ( 183190个结果
MySQL必知必会 学习笔记(一)
第一章 了解SQL模式: 关于数据库和表的布局以及特性的信息。【描述表可以存储什么样的数据,数据如何分解,各部分信息如何命名等等,可以用来描述数据库中特定的表以及整个数据库(和其中表的关系)】。第二章 MySQL简介 MySQL是一种DBMS,即它是一种数据库软件。基于客户机----服务器的数据库。...
分类:数据库   时间:2014-04-30 03:11:48    阅读次数:549
CCClippingNode bug
在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
Windows 添加计划任务 每隔一定时间执行指定批处理脚本
schtasks /create /sc minute /mo 20 /tn "TestBatch" /tr C:/TestBatch.batTestBatch.batecho "---------------------批处理开始------------------------------"pin...
分类:Windows程序   时间:2014-04-30 03:00:38    阅读次数:713
Google Combo Chart example with database in ASP.NET
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
iOS 开发技巧
快速移除键盘 之前一直是讲view的父类改成control,然后加一个全屏按钮,点击让键盘消失。这个方法要写好多代码,现在一个比较好的方法是重写一个下面的方法:- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ ...
分类:移动开发   时间:2014-04-30 02:54:24    阅读次数:542
通用的日志记录器(PHP)
一个通用的日志记录器 1 View Code
分类:Web程序   时间:2014-04-30 02:32:55    阅读次数:536
iOS View 模糊效果(毛玻璃)
相关资料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
select option项选择后跳转页面
第一种方法:跳转到当前页:location.href为跳转当前的页面第二种方法:window.open为打开新窗口跳转跳转到新页面:
分类:其他好文   时间:2014-04-30 01:56:00    阅读次数:497
Visual Studio Create Setup project to deploy web application in IIS
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
iOS7上在xib中使用UITableViewController设置背景色bug
今天用xcode5.1设置xib中,用静态的方式设置UITableViewController中的tableview,把tableview中的backgroundColor改变后,xib上有效果,但是一运行就变成了透明色,在过渡动画时,都可以看到背面的view!见下面截图后来在viewdidload...
分类:移动开发   时间:2014-04-30 00:57:28    阅读次数:757
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!