码迷,mamicode.com
首页 >  
搜索关键字:mysql中的.frm .myd .my    ( 14552个结果
HTML中Select的使用具体解释
附:一些Select的技巧1.动态创建selectfunction createSelect(){var mySelect = document.createElement("select");mySelect.id = "mySelect";document.body.appendChild(my...
分类:Web程序   时间:2014-08-09 22:59:49    阅读次数:288
cocos2dx 环境搭建 win7 +vs2012+ cocos2dx-2.1.4
转自:http://my.eoe.cn/swer03160828/archive/20067.html1) 如果在win32 下面编写的cocos2dx 的代码其文件 .cpp,.h 的文件,基本上都其他的平台上面可以直接把文件编辑是没有问题的!2) 大多数的学习游戏开的人,使用的很多都是 win3...
分类:Windows程序   时间:2014-08-09 18:26:08    阅读次数:372
ios <Error>: CGAffineTransformInvert: singular matrix.
如果你尝试,并设置缩放比例为零,你会得到这个消息:: CGAffineTransformInvert: singular matrix.    [UIView animateWithDuration:0.5 animations:^{                 CGAffineTransform newTransform =  CGAffineTransformScale(my...
分类:移动开发   时间:2014-08-09 15:56:58    阅读次数:584
poj 3122
Pie Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10309   Accepted: 3651   Special Judge Description My birthday is coming up and traditionally I'm servi...
分类:其他好文   时间:2014-08-09 15:53:58    阅读次数:214
【ThinkingInC++】5、吧文件中的单词由后向前打印
文本文件 i like china i can play just do it i will cometrue my dream come on!!! 源程序 /** * 功能:2-5,2-6,2-7吧文件中的单词由后向前打印 * 时间:2014年7月30日21:27:12 * 作者:cutter_point */ #include #include #include #i...
分类:编程语言   时间:2014-08-09 11:48:17    阅读次数:231
旋转数组的最小数字
自己补充的整个程序,包括排序,旋转,查找#include using namespace std; void my_sort(int a[],int len) { int temp; for (int i=0;i<len-1;i++) { for (int j=0;ja[j+1]) { temp = a[j]; ...
分类:其他好文   时间:2014-08-09 11:45:37    阅读次数:195
java之登录实例(面向对象,静态,scanner等)
分析:抽取用户类,提取出用户的属性,方法 ????????? 用户类测试:判断登陆,注册等 User :?用户类??? package cn.my.login; import java.util.Scanner; /** ?*? 分析:用户的基本信息 ?*? 用户...
分类:编程语言   时间:2014-08-09 09:09:47    阅读次数:403
godaddy_关于产品退款
You're chatting with Danny.Danny - Thank you for contacting live chat. My name is Danny. How can I assist you today?luo - hello.i want cancel my SSLlu...
分类:其他好文   时间:2014-08-09 00:01:46    阅读次数:333
pcduino通过USB方式刷机
最近买了块pcduino来玩,一开始也不知道怎么入手使用,就想先学着网上来刷机,可以用TF卡来刷机,也可以用U盘来刷机。由于手上只有优盘,所以采用了第二种方式。具体方法参考了网上。 本文非原创,原文来自:http://my.oschina.net/twinkling/blog/265472硬件要求....
分类:其他好文   时间:2014-08-08 23:53:56    阅读次数:385
My brief introduction to K-SVD
K-SVD has become a popular dictionary learning method for deriving dictionaries which can sparsely represent the given signals. It is an enhancement of K-means clustering method....
分类:其他好文   时间:2014-08-08 21:24:10    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!