uc可以登录
但是后台前台 不行 老提示15分后重试
经线上调试
和 http://www.discuz.net/thread-1691664-1-1.html
原因是 我UC——API 以前写的是IP 现在改在只能有 域名访问了
搞了 1天 还重装了服务环境 大意了啊 唉
1.后来 装了 nptdate
同步了下时间
就行了
2. 但是 有 ZLIB_decode 问题
php.ini 启用
zlib.output_compression = On zlib.output_compression_level = 5
./configure --prefix=/usr --with-config-file-path=/etc --enable-maintainer-zts --with-curl --with-gd --with-gettext --with-iconv-dir --with-kerberos --with-libdir=lib64 --with-libxml-dir --with-openssl --with-pcre-regex --with-pdo-sqlite ...
systemctl set-default multi-user.target 设定默认为字符界面,也就是3
systemctl set-default graphical.target 图形界面 5
C:\Users\pt100314\.atom>apm install editor-stats --unsafe Installing editor-stats toC:\Users\pt100314\.atom\packages gyp info it worked if it ends with ok gyp info using node-gyp@2.0.2gyp info using node@0.10.40 | win32 | ia32 gyp http GET https://atom.io/download/atom-shell/v0...
由于之前的VIM插件编译的时候没有加 --tern-completer ,所以写JS有点烦。想着重新装下,谁到CLANG要4.0了 ,就重新编译CLANG,一个晚上都没好。电脑在公司。原因可能还是内存太小了 。我看网上说6个G,那是3.7,现在4.0 我设置6G到 74%就卡死了。。后台 就下了个预编译好的clang+llvm-4.0.0-x86_64-linux-gnu-debian8.tar.xz 。
但是记住要放到/usr/local.开始我放在/usr/ 难怪有SO不对。。。。。
2017-04-09:
./install...
function function_dump($funcname) {
try {
if(is_array($funcname)) {
$func = new ReflectionMethod($funcname[0], $funcname[1]);...
今天想做个插件 让所有没有权限的人可以看列表
好久不玩了 开始以为插件做不了 要改源码 但是还试得先试试 找到功能实现 的切入点 。然后我想写在HOOK里 但是HOOK不是输出的吗 ,不止 还有输出 之前执行的 。那么 它是怎么找到这个函数的呢,以前的东西都忘记了 于是又跟了跟源码。你点击启用的时候 cache_setting.function.php 476,行 看到了吧 。原来在插件表里有个...