转自:http://blog.csdn.net/bjourney/article/details/46832159在Xcode6创建问的时候,会自动生成注释// Created byxxxon 15/7/10.// Copyright (c) 2015年xxxx. All rights reserv...
分类:
其他好文 时间:
2015-07-18 15:19:23
阅读次数:
116
-(void)GetActivationUser{
NSString *url =
@"http://app.xxxx.com/music/search?key=%E9%AC%BC%E5%90%B9%E7%81%AF";
//创建请求管理器
AFHTTPRequestOperationManager *requestManager = [[AFHTTPRequest...
分类:
移动开发 时间:
2015-07-16 19:50:26
阅读次数:
147
Error139Assembly 'System.Activities.Core.Presentation' was not found. Verify that you are not missing an assembly reference. Also, verify that your pr...
分类:
其他好文 时间:
2015-07-16 16:12:03
阅读次数:
133
#!/usr/bin/envpython
#coding=utf-8
importsmtplib
fromemail.mime.textimportMIMEText
defmailf(errdate,biaoti):
user="shishuicer@tom.com"
pwd="3。。。。4一排"
to="zxx@xxxx.com"
msg=MIMEText(errdate)
msg["Subject"]=biaoti
msg["From"]=_user
msg["To"]=_to
s=..
分类:
编程语言 时间:
2015-07-15 23:14:46
阅读次数:
170
set 动画容器 可作为资源id添加R.anim.xxxx 可用于在样式表中添加 http://blog.csdn.net/liuhe688/article/details/6660823inset 嵌入可绘制资源容器 在样式表中 添加 @drawable/background_view_roun....
分类:
移动开发 时间:
2015-07-15 14:42:15
阅读次数:
139
下载配置文件pwdcd /home/www/xxxx/protected/config/get main.php上传配置文件put main.phpsvn更新svn co svn://svn地址 ./配置nginxvi /usr/local/nginx/conf/nginx.conf重启/etc/i...
分类:
其他好文 时间:
2015-07-15 12:42:33
阅读次数:
86
1.开机自动挂载iso文件 vim /etc/rc.d/rc.local 增加mount -o loop -t iso9660 /XXXX.iso /XXX 表示开机的时候自己加载上。2.开机自动挂载普通文件 vi /etc/fstab
分类:
其他好文 时间:
2015-07-15 12:41:02
阅读次数:
88
什么是GUID?全球唯一标识符(GUID)是一个字母数字标识符,用于指示产品的唯一性安装。在许多流行软件应用程序(例如Web浏览器和媒体播放器)中,都使用GUID。GUID的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”,其中每个x是0-9或a-f范围内的一个十六...
分类:
其他好文 时间:
2015-07-14 13:19:26
阅读次数:
86
表明默认当前load_model('xxxx')模块所在表名xxxx若要指定表名则:操作在mysql.class.php中$this->db->select(...)1、查询$this->select($where='',$data='*',$limit='',$order='',$group=''...
分类:
数据库 时间:
2015-07-13 18:13:25
阅读次数:
150
原文链接:http://blog.csdn.net/xiaochunyong/article/details/7438200解压mysql-5.5.22-win32.zip后的目录中有5个my-xxxx.ini配置文件,通过查看配置文件中的描述,是说针对不同内存大小的推荐配置。本例复制了my-med...
分类:
数据库 时间:
2015-07-12 23:03:23
阅读次数:
232