上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 63 下一页
  2018年5月21日
摘要: 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 邢帅杰 阅读(196) 评论(0) 推荐(0)
  2018年5月17日
摘要: 网盘:https://pan.baidu.com/s/1mmtppZSFOni5tLI2TJWKrw 阅读全文
posted @ 2018-05-17 13:02 邢帅杰 阅读(2150) 评论(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 邢帅杰 阅读(205) 评论(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 邢帅杰 阅读(1133) 评论(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 邢帅杰 阅读(607) 评论(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 邢帅杰 阅读(517) 评论(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 邢帅杰 阅读(93) 评论(0) 推荐(0)
  2018年4月23日
摘要: 代码: 阅读全文
posted @ 2018-04-23 14:27 邢帅杰 阅读(761) 评论(0) 推荐(0)
  2018年4月19日
摘要: 滚动到一定高度: // 滚动到底部 阅读全文
posted @ 2018-04-19 10:30 邢帅杰 阅读(148) 评论(0) 推荐(0)
  2018年4月10日
摘要: 工具--选项--调试--常规--启用asp.net的JavaScript调试(chrome和ie)去掉勾选 阅读全文
posted @ 2018-04-10 14:26 邢帅杰 阅读(294) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 63 下一页