上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 58 下一页
  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 邢帅杰 阅读(2067) 评论(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 邢帅杰 阅读(1055) 评论(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 邢帅杰 阅读(534) 评论(0) 推荐(0) 编辑
  2018年5月3日
摘要: 在video标签中加上代码: x5-playsinline="true" webkit-playsinline="true" playsinline="true" 找了很多,最终确定是微信x5浏览器的问题,一定要加 x5-playsinline="true" 这个属性。 微信浏览器中video全屏播 阅读全文
posted @ 2018-05-03 15:02 邢帅杰 阅读(473) 评论(0) 推荐(0) 编辑
  2018年4月28日
摘要: unity3d: https://www.coursera.org/courses?query=unity%203d&userQuery=unity%203d https://www.zhihu.com/question/21602985 http://www.xuanyusong.com/ 微信小 阅读全文
posted @ 2018-04-28 14:46 邢帅杰 阅读(84) 评论(0) 推荐(0) 编辑
  2018年4月23日
摘要: 代码: 阅读全文
posted @ 2018-04-23 14:27 邢帅杰 阅读(739) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 58 下一页