会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
疯吻IT
博客园
新随笔
联系
管理
上一页
1
2
3
4
5
6
···
28
下一页
2018年11月22日
Python 中相对路径
摘要: macpublish = 'sites/publish.txt'Windows:import osmodule_path = os.path.dirname(__file__)publish = module_path + '/sites/publish.txt'
阅读全文
posted @ 2018-11-22 15:52 疯吻IT
阅读(408)
评论(0)
推荐(0)
2018年11月17日
黑客修改文件并锁定只读属性 @unlink($_SERVER['SCRIPT_FILENAME']); //删除自身 error_reporting(0); //禁用错误报告 ignore_user_abort(true); //忽略与用户的断开,用户浏览器断开后继续执行 set_time_limit(0); //执行不超时 $js = '1unlock.txt'; //用来判断是否终止执行锁定(解锁)的文件标记 $mb = 'index.html'; //要锁定的文件路径 $rn =
摘要:
阅读全文
posted @ 2018-11-17 23:06 疯吻IT
阅读(428)
评论(0)
推荐(0)
2018年11月12日
[MySQL]快速解决"is marked as crashed and should be repaired"故障
摘要: 找到mysql的安装目录的bin/myisamchk工具,在cmd命令行中输入:myisamchk -c -r ../data/mysql/proc.MYI然后myisamchk 工具会帮助你恢复数据表的索引。好象也不用重新启动mysql,问题就解决了。
阅读全文
posted @ 2018-11-12 22:03 疯吻IT
阅读(3643)
评论(0)
推荐(0)
2018年10月1日
帝国cms打开慢
摘要: 发现有个站(http://www.953239.com/)打开很慢,改了php版本后,快了一倍
阅读全文
posted @ 2018-10-01 10:54 疯吻IT
阅读(995)
评论(0)
推荐(0)
2018年9月30日
如何快速获得权重站
摘要: 50-300的指数权3、4里的词,发往收录好的网站
阅读全文
posted @ 2018-09-30 23:33 疯吻IT
阅读(333)
评论(0)
推荐(0)
HTTP 404 Not Found Error with .woff or .woff2 Font Files
摘要: 如果是 ERR_ABORTED 404 (Not Found) WOFF2,则有可能是文件不存在
阅读全文
posted @ 2018-09-30 11:42 疯吻IT
阅读(176)
评论(0)
推荐(0)
php报错 syntax error, unexpected T_VARIABLE
摘要: 看看上一行是不是少了一个分号
阅读全文
posted @ 2018-09-30 09:42 疯吻IT
阅读(3351)
评论(0)
推荐(0)
2018年9月27日
修改帝国cms栏目后,如何更新
摘要: 修改栏目后,要依次做如下更新:1.2.3.如果只是修改了栏目里的属性,只需要做第三步就行了
阅读全文
posted @ 2018-09-27 21:32 疯吻IT
阅读(1597)
评论(0)
推荐(0)
用python 发 帝国cms 文章
摘要: 在e\extent下面放一个jiekou.php#!/usr/bin/env python3# -*- coding: utf-8 -*-import timeimport urllib.requestimport urllib.parsedef post(title, content, catid): query = "http://127.0.0.1/e/extend/jiekou....
阅读全文
posted @ 2018-09-27 16:42 疯吻IT
阅读(1867)
评论(0)
推荐(0)
帝国cms更新报错解决办法
摘要: 帝国cms更新,经常会报以下的错误:PHP Warning: array_merge(): Argument #2 is not an array in D:\wwwroot\www.536831.com\e\class\functions.php on line 3342解决办法:把php版本换成5.2
阅读全文
posted @ 2018-09-27 11:45 疯吻IT
阅读(660)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
28
下一页
公告