p师傅的经典漏洞(小密圈的那些姿势) 2017年2月27日 p师傅在小密圈po的一个问题 <?php $str = addslashes($_GET['option']); $file = file_get_contents('xxxxx/option.php'); $file = preg_rep ...
分类:
其他好文 时间:
2017-11-03 19:00:11
阅读次数:
167
#1.添加一个端口映射 netsh interface portproxy add v4tov4 listenaddress=大网IP listenport=端口 connectaddress=要映射的小网IP connectport=端口 #2.查看存在的转发 netsh interface po ...
第一步在po文件中,替换中文GLPI群-【活跃】珉瑱问"工作单”如何改成“维护记录”GLPI群-【冒泡】肉提供locales下面,新版本是mo和po修改字段第二步,将PO转化为MO文件,替换即可GLPI群-珉瑱提供pomo转化网站https://po2mo.net/
分类:
其他好文 时间:
2017-10-31 23:55:12
阅读次数:
260
PO(persistent object) 持久对象 在 o/r 映射的时候出现的概念,如果没有 o/r 映射,没有这个概念存在了。通常对应数据模型 ( 数据库 ), 本身还有部分业务逻辑的处理。可以看成是与数据库中的表相映射的 java 对象。最简单的 PO 就是对应数据库中某个表中的一条记录,多 ...
分类:
编程语言 时间:
2017-10-31 12:48:45
阅读次数:
193
Component Data dictionary tables and views Database V$DATABASE, V$VERSION, V$INSTANCEShared server V$QUEUE, V$DISPATCHER, V$SHARED_SERVERConnection po ...
分类:
数据库 时间:
2017-10-29 17:36:58
阅读次数:
187
应用:api调用的基本单元创建应用得到appid, api key和secret key由这三者,生成:access token 演示应用的这三项分别是:10256105drHcRlDmZ4qHPQbNvakvlwBiXO0IwDKDniqXWiTF76G6CjDxFyNdNScc - 请求格式po ...
分类:
其他好文 时间:
2017-10-28 15:39:15
阅读次数:
300
#!/bin/shport=`nl /usr/local/openresty/nginx/conf/nginx.conf | sed -n '/listen/p' | awk 'NR==1{print $3}' | sed 's/;//g'`curl -g http://127.0.0.1:${po ...
分类:
系统相关 时间:
2017-10-28 11:02:20
阅读次数:
139
#include //窗口处理函数 HINSTANCE g_hIns; LRESULT CALLBACK WndProc(HWND hWnd,UINT msgID, WPARAM wParam,LPARAM IParam) { switch (msgID) { case WM_DESTROY: Po... ...
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2017-10-19 21:17:44
阅读次数:
198
STP收敛速度优化方案Port-Fast特性:可以确保将access链路上连接的终端设备, 直接从disable状态变成转发状态; 端口状态转换时间,从原来的30s降低为0s;配置命令:interfacefas0/1#连接的PC终端; swtichportmodeaccess swtichportaccessvlan1 spanning-treeportfast#开启po..
分类:
其他好文 时间:
2017-10-18 23:12:01
阅读次数:
226