Skip to main content
  • 博客
    • div+css 博客
    • javascript 博客
      • vue 博客
    • php 博客
      • 微信 博客
  • php
    • drupal
    • composer
    • thinkphp
    • onethink
    • laravel
    • Swoole
    • dedecms
    • magento
    • smarty
    • ecshop
    • zencart
    • joomla
    • discuz
    • wordpress
    • yii
    • 微信
    • 抖音
    • ci
    • weiphp
    • destoon
  • python
    • plone
  • apache
  • nginx
  • cache
    • memcache
    • redis
  • div+css
  • javascript
    • jquery
    • typescript
    • Vue.js
    • Amaze
    • zepto
    • react
    • underscore
    • backbone
    • angular
    • lodash
    • layui
    • js特效
  • vbscript
  • photoshop ai
  • sql
    • mysql
    • mssql
    • oracle
  • regular
  • node.js
  • 腾讯开放平台
  • dreamweaver
  • linux
  • seo
  • app
  • asp及asp.net
  • flash
  • iis
  • java
  • mac
  • wap
  • windows
    • dos
    • 打印机
  • 其它
  • 浏览器
  • 网络
  • AD域 (exchange)
  • 虚拟机
  • AC
  • ai
  • 简写翻译

欢迎各位兄弟 发布技术文章

这里的技术是共享的

个人技术网_前端_后台_php_div_css_linux_javascript_seo 个人技术网_前端_后台_php_div_css_linux_javascript_seo

搜索表单

用户登录

  • 重设密码

You are here

首页

php

piwik_archive_numeric_2018_10 doesn't exist 有大用

星期一, 2018-10-08 11:49 — adminshiping1

piwik 出现表格不存在 应该是表的问题  

查看 piwik archive numeric 2018 10


发现 piwik_archive_numeric_2018_10.MYD piwik_archive_numeric_2018_10.frm  这个表有文件 但是在phpmyadmin中看不到 

估计这个表有问题   删除 piwik_archive_numeric_2018_10.MYD piwik_archive_numeric_2018_10.frm 这两个文件 

访问 piwik 站 就自动创建了 piwik_archive_numeric_2018_10 表 ,就不会存在 piwik_archive_numeric_2018_10 doesn't exist 这个错误了

普通分类: 
php
  • Read more about piwik_archive_numeric_2018_10 doesn't exist 有大用

unserialize(): Error at offset 154 of 164 bytes unserialize(): Error at offset 0 of 96 bytes出现的原因分析以及解决方法 有大用

星期六, 2018-09-15 06:17 — adminshiping1

出现问题: 从数据库中取出数据后进行反序列化后,php报错  unserialize(): Error at offset 0 of 96 bytes;

普通分类: 
php
  • Read more about unserialize(): Error at offset 154 of 164 bytes unserialize(): Error at offset 0 of 96 bytes出现的原因分析以及解决方法 有大用

阿里云阿里巴巴 PHP 手机归属地查询 api_PHP教程 接口 api 有大用

星期五, 2018-09-14 03:58 — adminshiping1
  • <?php header("Content-Type:text/html;charset=utf-8"); if (isset($_GET['number'])) { $url = 'http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx/getMobileCodeInfo'; $number = $_GET['number']; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "mobileCode={$number}&;userId="); cur

普通分类: 
php
  • Read more about 阿里云阿里巴巴 PHP 手机归属地查询 api_PHP教程 接口 api 有大用

锟斤拷?UTF-8与GBK互转,为什么会乱码? 锟斤拷应该是无法还原的

星期二, 2018-09-04 10:34 — adminshiping1

作为一名程序员,肯定有被乱码困扰的时候,真到了百思不得其解的时候,就会觉得:英文程序员真幸福。

普通分类: 
php
  • Read more about 锟斤拷?UTF-8与GBK互转,为什么会乱码? 锟斤拷应该是无法还原的

将代码以BASE64方式加密、解密

星期二, 2018-09-04 06:57 — adminshiping1

来自  http://www1.tc711.com/tool/BASE64.htm

普通分类: 
php
  • Read more about 将代码以BASE64方式加密、解密

​PHP rand()和mt_rand()的区别 有大用

星期四, 2018-08-23 04:58 — adminshiping1

普通分类: 
php
  • Read more about ​PHP rand()和mt_rand()的区别 有大用

reset

星期五, 2018-07-20 01:30 — adminshiping1

reset

(PHP 4, PHP 5, PHP 7)

reset — 将数组的内部指针指向第一个单元

普通分类: 
php
  • Read more about reset

不同字符串的md5有可能相同吗?

星期五, 2018-07-20 01:17 — adminshiping1

不同字符串的md5有可能相同吗?

普通分类: 
php
  • Read more about 不同字符串的md5有可能相同吗?

PHP 教程

星期五, 2018-07-20 00:17 — adminshiping1

普通分类: 
php
  • Read more about PHP 教程

PHP uniqid() 函数

星期六, 2018-07-07 02:42 — adminshiping1

普通分类: 
php
  • Read more about PHP uniqid() 函数

PHP rand()和mt_rand()的区别

星期六, 2018-07-07 02:39 — adminshiping1
rand()和mt_rand()作用都是产生一个随机整数,都有两种使用形式:
1.int rand(void) / int mt_rand(void)
普通分类: 
php
  • Read more about PHP rand()和mt_rand()的区别

PHP uniqid 高并发生成不重复唯一ID 有大用

星期六, 2018-07-07 02:28 — adminshiping1
普通分类: 
php
  • Read more about PHP uniqid 高并发生成不重复唯一ID 有大用

Linux下php安装suhosin

星期五, 2018-07-06 10:59 — adminshiping1

系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容版权所有,转载请注明出处及原文链接
1、安装编译工具        (这种默认的安装可能对原来的系统产生问题)

普通分类: 
php
  • Read more about Linux下php安装suhosin

php中eval函数的危害与正确禁用方法

星期五, 2018-07-06 10:56 — adminshiping1

php 如何禁用eval() 函数实例详解

普通分类: 
php
  • Read more about php中eval函数的危害与正确禁用方法

【PHP】php时间戳转化成时间相差8小时问题?关于时区设置-date_default_timezone_set()

星期六, 2018-06-30 09:53 — adminshiping1
普通分类: 
php
  • Read more about 【PHP】php时间戳转化成时间相差8小时问题?关于时区设置-date_default_timezone_set()

PHP 按照时区获取当前时间

星期六, 2018-06-30 09:48 — adminshiping1
/**
 
普通分类: 
php
  • Read more about PHP 按照时区获取当前时间

php如何获取服务器所在的时区 得到时区 设置时区 有大用

星期六, 2018-06-30 09:47 — adminshiping1

//获取默认时区

普通分类: 
php
  • Read more about php如何获取服务器所在的时区 得到时区 设置时区 有大用

Content-Security-Policy 自己亲自做的 表示 本来 https http 有大用

星期四, 2018-06-28 01:54 — adminshiping1

 见  /node-admin/15771    又有一个解决办法


普通分类: 
php
  • Read more about Content-Security-Policy 自己亲自做的 表示 本来 https http 有大用

iframe refuses to display

星期三, 2018-06-27 09:16 — adminshiping1
普通分类: 
php
  • Read more about iframe refuses to display

ionic Content Security Policy Reference

星期三, 2018-06-27 09:14 — adminshiping1

ionic Content Security Policy Reference

普通分类: 
php
  • Read more about ionic Content Security Policy Reference

Content Security Policy Level 3 Editor’s Draft, 22 June 2018

星期三, 2018-06-27 09:14 — adminshiping1
  • https://w3c.github.io/webappsec-csp/

  • Latest published version:

  • https://www.w3.org/TR/CSP3/

  • Previous Versions:

普通分类: 
php
  • Read more about Content Security Policy Level 3 Editor’s Draft, 22 June 2018

Content-Security-Policy 有大用

星期三, 2018-06-27 09:09 — adminshiping1

普通分类: 
php
  • Read more about Content-Security-Policy 有大用

CSP: frame-ancestors 有大用

星期三, 2018-06-27 09:08 — adminshiping1

普通分类: 
php
  • Read more about CSP: frame-ancestors 有大用

PHP一句话后门变形及加密

星期二, 2018-06-26 16:00 — adminshiping1

亦家从建立起就有一个很重要的服务项目 – 安全监测,而上线后很少有相关的佐证内容,那从今天开始也就开始了这一部分的分享与撰写。我们以一个学习的心态来对待这些PHP后门程序,很多PHP后门代码让我们看到程序员们是多么的用心良苦。

强悍的PHP一句话后门

普通分类: 
php
  • Read more about PHP一句话后门变形及加密

php网站被挂木马后的修复方法总结

星期二, 2018-06-26 15:57 — adminshiping1

php网站被挂木马后的修复方法总结

普通分类: 
php
  • Read more about php网站被挂木马后的修复方法总结

webshell怎么写出来的 我看里面都是乱七八糟的

星期二, 2018-06-26 15:53 — adminshiping1
普通分类: 
php
  • Read more about webshell怎么写出来的 我看里面都是乱七八糟的

入门-什么是webshell?

星期二, 2018-06-26 15:51 — adminshiping1
webshell是什么? 

顾名思义,"web" - 显然需要服务器开放
普通分类: 
php
  • Read more about 入门-什么是webshell?

怎么能防止网站被注入eval(base64_decode这种类型的木马?

星期二, 2018-06-26 15:50 — adminshiping1
一般都是网站程序存在漏洞或者服务器存在漏洞而被攻击了
网站挂马是每个网站最头痛的问题,解决办法:1.在程序中很容易找到挂马的代码,直接删除,或则将你没有传服务器的源程序覆盖一次但反反复复被挂就得深入解决掉此问题了。但这不是最好的解决办法。
普通分类: 
php
  • Read more about 怎么能防止网站被注入eval(base64_decode这种类型的木马?

<?php eval($_POST[cmd]);?>

星期二, 2018-06-26 15:48 — adminshiping1
普通分类: 
php
  • Read more about

mysql被一句<?php eval($_POST[..]);?>木马入侵,请问如何防?

星期二, 2018-06-26 15:38 — adminshiping1
普通分类: 
php
  • Read more about mysql被一句木马入侵,请问如何防?

页面

  • « 第一页
  • ‹ 前一页
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • …
  • 下一页 ›
  • 末页 »
Subscribe to RSS - php
Powered by Drupal

友情链接

校园好文网

 www.shipingzhong.cn  个人技术网_前端_后台    备案号:苏ICP备18010659号-2