2020年3月3日

Include conf/extra/httpd-ssl.conf apache 无法启动

摘要: 如果你搜过到这文章,说明你可能碰到一些同样的问题。因时间关系,我说得简短点。 环境:windows2008r2 用了。wamp2.0搭的php,mysql,apache. 因为我要用到老版的discuz3.0,所以选2.0 现在的微信小程序都要ssl证书的,没办法。 按网上教程,假设安装在c:/wa 阅读全文

posted @ 2020-03-03 12:29 网瘾秋千 阅读(812) 评论(0) 推荐(0) 编辑

2020年1月2日

numpy 基础一

摘要: 根本:numpy.array(object, dtype = None, copy = True, order = None, subok = False, ndmin = 0)一维数组:a = np.array([1,2,3])。二维数组:a = np.array([[1, 2], [3, 4]] 阅读全文

posted @ 2020-01-02 20:49 网瘾秋千 阅读(383) 评论(0) 推荐(0) 编辑

2019年12月10日

获取button自身id ajax发送后台 并接收返回数据并处理

摘要: <script type="text/javascript"> //$('.addpet').click(function () { //var form = new FormData(document.getElementById("formL")); $(document).ready(func 阅读全文

posted @ 2019-12-10 14:07 网瘾秋千 阅读(484) 评论(0) 推荐(0) 编辑

jquery获取button的内容(id等)

摘要: $(document).ready(function(){ $('button').click(function(){ //alert($(this).attr("id")); //alert($(this).html()) var content = $(this).attr("id"); //  阅读全文

posted @ 2019-12-10 10:56 网瘾秋千 阅读(1986) 评论(0) 推荐(0) 编辑

导航