码迷,mamicode.com
首页 >  
搜索关键字:local notification    ( 25891个结果
(转载)burpsuit 突破上传文件限制
1.运行Burp site,点击Proxy标签,确认Options选项卡下,Proxy listeners的running运行正常(勾选状态为运行),如果端口打开失败,可能的原因是有程序占用了该端口,点击edit,在local listener port:输入框输入一个未占用的端口,点击update...
分类:其他好文   时间:2014-05-01 22:23:46    阅读次数:665
[TroubleShooting] The server network address can not be reached or does not exist
The server network address “TCP://myserverAddress:50221″ cannot be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational. (Microsoft SQL Server, Error: 1418)...
分类:Web程序   时间:2014-05-01 18:35:53    阅读次数:665
xdg-open 打开“irc:*”链接
用于打开chrome浏览器中的"irc://*"#cp /usr/share/applications/xchat.desktop /home/zsj/.local/share/applications/irc.desktop#xdg-mime default irc.desktop x-schem...
分类:其他好文   时间:2014-05-01 11:16:02    阅读次数:617
Memory Notification: Library Cache Object loaded into SGA
问题现象: 数据库服务器可以ping通,但SSH连接不了;应用、plsqldeveloper 也都连接不了。事情到了这个地步,只能重启服务器。服务器环境:oracle10.2.0.1 +rhel5.8重启后,查看实例日志:Wed Apr 30 13:12:24 2014Memory Notifica...
分类:其他好文   时间:2014-05-01 02:56:19    阅读次数:478
git rebase和merge 区别和应用场景
对于两个分支而言,rebase和merge没有区别,但是rebase更干净,因为log hisitory是线性的,但commit不一定按日期先后排,而是local commit总在后面,merge之后history变得比较复杂,但是commit按日期排序,stackoverflow上有个图示很好: http://stackoverflow.com/questions/16666089/whats...
分类:其他好文   时间:2014-04-30 22:27:40    阅读次数:401
Python3.2官方文档翻译--作用域和命名空间实例
6.2.1 作用域和命名空间实例 下面的实例主要用来示范如何引用不同的作用域和命名空间,关键字global和nonlocalru如何影响变量绑定。     实例运行结果是: After local assignment: test spam After nonlocal assignment: nonlocal spam After global assignment: no...
分类:编程语言   时间:2014-04-28 10:46:42    阅读次数:356
苹果通知推送服务(APNS)关键特性摘要
1. If APNs attempts to deliver a notification but the device is offline, the notification is stored for a limited period of time, and delivered to the device when it becomes available. 假如用户手机不在线,可能没有...
分类:移动开发   时间:2014-04-28 10:38:40    阅读次数:582
coreseek安装笔记
下载并解压coreseek cd /usr/local/src wget http://www.coreseek.cn/uploads/csft/4.0/coreseek-4.1-beta.tar.gz tar zxvf coreseek-4.1-beta.tar.gz 安装词库 cd coreseek-4.1-beta cd mmseg-3.2.1...
分类:其他好文   时间:2014-04-27 21:26:59    阅读次数:284
交叉编译QT环境的搭建
前提:你的Linux下有已经搭建好的交叉编译链(如arm-linux-gcc 4.3.2),并且已经设置好环境变量。 export PATH=/usr/local/arm/4.3.2/bin:/$PATH   1.下载文件如:qt-everywhere-opensource-src-4.6.3.tar.gz解压 2.裁剪QT ./configure -prefix /usr/loc...
分类:其他好文   时间:2014-04-27 21:26:59    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!