本文转自:http://blog.sina.com.cn/s/blog_9e1ea13a01017y3n.html----------------------------------------------------------------------------------------新浪微博A...
分类:
移动开发 时间:
2014-07-11 11:49:42
阅读次数:
221
一个简单的jsp+servlet实例,实现简单的登录转载▼ http://blog.sina.com.cn/s/blog_5c5bc9070100z7wb.html开发环境myeclipse+tomcat61、先创建web project,项目名为RegisterSystem,2、在WebRoot ...
分类:
Web程序 时间:
2014-07-11 09:39:55
阅读次数:
359
本文转载至http://blog.sina.com.cn/s/blog_9bf272cf01013lsd.html2011-10-05 16:48 533人阅读评论(0)收藏举报1. 如何实现对UITextField ,UITextView等输入框的 字数限制(1)首先,肯定要 让controlle...
分类:
移动开发 时间:
2014-07-06 13:44:17
阅读次数:
175
本文转载至http://blog.csdn.net/chenyong05314/article/details/7906593转载自:http://blog.sina.com.cn/s/blog_71715bf8010166qf.html开篇大话:Object-C语言的异常处理符号和C++、JAVA...
分类:
移动开发 时间:
2014-07-06 13:06:10
阅读次数:
199
转自:http://blog.sina.com.cn/hyiyun近些天,有网友的电脑出现:开机后屏幕一片漆黑,但屏幕中央显示有鼠标指针,并且可移动。按键盘上的不论什么键都没有反应,鼠标也仅可移动,单、双击都无效。说得简单点儿,就是电脑黑屏,仅仅显示鼠标。如上图事实上,我早在11月2日早晨8:30就...
分类:
移动开发 时间:
2014-07-03 20:44:59
阅读次数:
201
今天做社会化分享,被俩个恶心的问题搞了半天。sina 微博 要在void AppDelegate::applicationDidEnterBackground()中加入 CCDirector::sharedDirector()->stopAnimation(); SimpleAudioEngine....
分类:
其他好文 时间:
2014-07-02 22:19:49
阅读次数:
214
转载:http://blog.sina.com.cn/s/blog_5391f1100101ojzz.html1配置mysql的MYSQL_HOME和PATH2在HOME下面配置my.ini文件,内容如下[mysqld]loose-default-character-set = utf8 based...
分类:
数据库 时间:
2014-07-02 18:11:53
阅读次数:
243
http://blog.sina.com.cn/s/blog_590be5290100izdf.html用法:#include int getitimer(int which, struct itimerval *value);int setitimer(int which, const struc...
分类:
系统相关 时间:
2014-07-02 17:56:16
阅读次数:
260
#!/usr/bin/pythonimportMySQLdbdefnew_mail_mysql(ak):printakconn=MySQLdb.connect(host=‘m3306.sae.sina.com.cn‘,user=‘sae_ol‘,passwd=‘7b149edb22ae7526‘,db=‘sae‘,port=3306)cur=conn.cursor()sql="selectnamefromappwhereaccesskey=‘%s‘"%akcur.execute(sql)app_name=cu..
分类:
数据库 时间:
2014-07-02 16:14:12
阅读次数:
285
1.导入javamail.jar 自行百度下载2.使用模板发送邮件架包 freemarker.jar3.Spring配置文件 以及架包这里就不需要说了吧,如果不明白的发我Email :xkjava@sina.com//邮件信息设置类 main.javapackage cn.jbit.email;.....
分类:
编程语言 时间:
2014-07-01 17:03:55
阅读次数:
201