上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 59 下一页
  2018年5月25日
摘要: 今天没事研究一下,谁想到遇到了几个dll找不到,网上也不好找到,索性功夫不负有心人。贴出代码和相关的dll Memcached代码:(网上都是的,很多人都保存了这个代码) 测试代码:(很简单,随便写的) 主要是找到对应版本的dll不好找,网上很多代码,但几乎都没有附带资源 百度网盘:https:// 阅读全文
posted @ 2018-05-25 17:35 邢帅杰 阅读(178) 评论(0) 推荐(0) 编辑
  2018年5月23日
摘要: 1.语法:def 函数名(参数1,参数2,参数3,...): '''注释''' 函数体 return 返回值空函数: def 函数名(参数1,参数2,参数3,...): '''注释''' pass 例子: def BuySomething(pro_name:str)->str: ''' :pro_n 阅读全文
posted @ 2018-05-23 10:49 邢帅杰 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 这是什么是小红帽 行数据:这是什么 行数据:是小红帽 2.seek() 阅读全文
posted @ 2018-05-23 09:51 邢帅杰 阅读(112) 评论(0) 推荐(0) 编辑
  2018年5月21日
摘要: #strip 去除指定字符#name='*egon**'#print(name.strip('*'))#去除两端的*#print(name.lstrip('*'))#去除左端的*#print(name.rstrip('*'))#去除右端的*#lower,upper#print('ABC'.lower 阅读全文
posted @ 2018-05-21 17:56 邢帅杰 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 安装环境:http://www.runoob.com/python/python-install.html#变量打印#name='jay'#sex='男'#age=20#level=10#print('名字:'+name+' 性别:'+sex+" 年龄:"+str(age)+" 级别:"+str(l 阅读全文
posted @ 2018-05-21 16:11 邢帅杰 阅读(152) 评论(0) 推荐(0) 编辑
摘要: int(x [,base ]) 将x转换为一个整数 long(x [,base ]) 将x转换为一个长整数 float(x ) 将x转换到一个浮点数 complex(real [,imag ]) 创建一个复数 str(x ) 将对象 x 转换为字符串 repr(x ) 将对象 x 转换为表达式字符串 阅读全文
posted @ 2018-05-21 14:21 邢帅杰 阅读(190) 评论(0) 推荐(0) 编辑
  2018年5月17日
摘要: 网盘:https://pan.baidu.com/s/1mmtppZSFOni5tLI2TJWKrw 阅读全文
posted @ 2018-05-17 13:02 邢帅杰 阅读(2101) 评论(0) 推荐(0) 编辑
摘要: 1.在页面头部加入如下的声明: <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> viewport = 视口(设备屏幕)conten 阅读全文
posted @ 2018-05-17 10:55 邢帅杰 阅读(187) 评论(0) 推荐(0) 编辑
  2018年5月14日
摘要: 微信公众平台:https://mp.weixin.qq.com/ 进入 微信支付 管理》开通支付功能。 微信支付|商户平台: 设置安全目录:https://pay.weixin.qq.com/index.php/extend/pay_setting,意思是只有该目录下的页面才能够发起支付请求。 注意 阅读全文
posted @ 2018-05-14 09:52 邢帅杰 阅读(1060) 评论(0) 推荐(0) 编辑
  2018年5月11日
摘要: bootstrap的日历控件: <link href="~/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="~/css/bootstrap-datetimepicker.min.css" re 阅读全文
posted @ 2018-05-11 17:25 邢帅杰 阅读(552) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 59 下一页