码迷,mamicode.com
首页 >  
搜索关键字:coding    ( 12955个结果
ubuntu 安装python mysqldb
sudo apt-get install python-mysqldb #!/usr/bin/python #-*-coding:utf-8-*- ''' This file include all the common routine,that are needed in the crawler ...
分类:数据库   时间:2015-05-06 14:37:04    阅读次数:140
KVC vs KVO(内容为转载记录,整合大家的总结为我所用)
KVC即key-value coding的缩写,KVO即key-value observing的缩写假如需要掌握Key-Value Observing机制,那么需要阅读本文应该有帮助。本文提供了Key-Value Observing的一个概述,并且解释为什么需要用它,什么时候用它。在阅读本文之前需要...
分类:其他好文   时间:2015-05-06 12:49:13    阅读次数:103
IOS客户端Coding项目记录(五)
1:统一修改导航栏的样式,在AppDelegate.m中- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.wind...
分类:移动开发   时间:2015-05-05 23:23:01    阅读次数:234
随机生成一个两个汉字的合成词
#?-*-?coding:?utf-8?-*- import?random class?GenNickName: ????def?__init__(self,num=30): ????????#print?"__init__" ????????self.list=[] ????????self.wordNum=0 ?...
分类:其他好文   时间:2015-05-05 22:08:14    阅读次数:139
django自带User管理中添加自己的字段方法
#coding=utf-8from django.db import modelsfrom django.contrib.auth.models import User, make_password, check_password, Group, GroupManagerfrom django.co...
分类:其他好文   时间:2015-05-05 21:31:44    阅读次数:183
AngularJS初体验
最近突然发现,Coding.net真是一个神奇的网站。这各网站90%的请求都是通过ajax完成的。可以发现,不管你点任何链接,网页都不会刷新,点击浏览器的返回或前进按钮也是这样,打开chrome的开发者工具的network面板可以看到大量的ajax请求被发出,每个ajax返回的只有数据,没有视图代码...
分类:Web程序   时间:2015-05-05 21:18:44    阅读次数:132
Rtx hack
http://RtxServerIp:8012/userlist.php#泄漏公司所有rtx用户http://RtxServerIp:8012/getmobile.cgi?receiver=#泄漏用户手机号http://RtxServerIp:8012/check.php#验证弱口令此脚本只是用于抓取用户信息#-*-coding=utf-8-*- #date:2015年5月5日 #author:sanr #rtxhack importre..
分类:其他好文   时间:2015-05-05 12:47:38    阅读次数:156
官方的objective - c风格指南。
The official raywenderlich.com Objective-C style guide.This style guide outlines the coding conventions for raywenderlich.com.IntroductionThe reason w...
分类:其他好文   时间:2015-05-04 22:04:32    阅读次数:119
子域名查询
学了一天python的写了个小工具接口调用的是:http://i.links.cn/subdomain/#coding:utf-8 #date:2015年5月4日 #author:sanr importrequests,re defdomain(url): payload={‘domain‘:url,‘b2‘:‘1‘,‘b3‘:‘1‘,‘b4‘:‘1‘} r=requests.get("http://i.links.cn/subdomain/",params=pa..
分类:其他好文   时间:2015-05-04 20:28:28    阅读次数:200
关于Python 操作windows的方法收集
收集一些Python操作windows的代码 (不管是自带的or第三方库)均来自网上1.shutdown 操作定时关机、重启、注销#!/usr/bin/python#-*-coding:utf-8-*-#shutdown.pyimport sys#导入import osfrom PyQt4.QtCo...
分类:编程语言   时间:2015-05-04 19:41:11    阅读次数:123
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!