最近一个项目中要点击WEB页面上的链接启动自己编写的程序,而且还要接收参数,google了1.5小时,终于初步试验通过了。尝试google了:web send
message windows form, bs call cs program, custom protocol...多个关键字组合,发现...
分类:
Web程序 时间:
2014-06-04 16:18:01
阅读次数:
321
from apue7.6. Memory Layout of a C ProgramA
typical memory representation of C program consists of following sections.1.
Text segment2. Initialized da...
分类:
其他好文 时间:
2014-06-02 19:05:28
阅读次数:
323
这个是在提权某国外服务器时候发现的,该服务器的环境是win2k3+iis6.0。烤肉,pr,iis6的漏洞补丁都没有打,但是,可写很少。上传了啊D牛的脚本后找到可写目录了。可写目录C:\Program
Files\Zend\ZendOptimizer-3.3.0\lib按照惯例上传cmd.txt p...
Eclipse默认将这些受访问限制的API设成了Error。解决方法:只要将Windows---Preferences---Java--Complicer---Errors/Warings里面的Deprecated
and restricted API中的Forbidden references(a...
分类:
其他好文 时间:
2014-06-02 16:00:09
阅读次数:
229
1. Install GNUstepsudo apt-get install gnustep
gnustep-devel2. Write hello world program, and save as hello.m#import int main
(int argc, const char * ...
分类:
其他好文 时间:
2014-06-02 12:49:08
阅读次数:
185
Scope defines where in a program a variable is accessible. Ruby has four types of variable scope, local, global, instance and class....
分类:
其他好文 时间:
2014-06-02 10:37:39
阅读次数:
241
问题:
Write a program to solve a Sudoku puzzle by filling the empty cells.
Empty cells are indicated by the character '.'.
You may assume that there will be only one unique solution.
...
分类:
其他好文 时间:
2014-06-02 05:25:23
阅读次数:
295
在用XCA(X Certificate and key management)可视化程序管理SSL 证书一系列文章的(2)和(3)中,我们学习了如何用XCA(X Certificate and key management)生成证书请,已经如何生成自定义的凭证管理中心(Certificate Authority),如果说前两篇文章是铺垫,那么这篇文章就是最终的目的:用自定义的凭证管理中心(Certificate Authority)签名证书请求。签名的过程非常的简单,具体步骤,请见下面的操作。...
分类:
其他好文 时间:
2014-06-02 04:39:57
阅读次数:
252
无法读取C:/ProgramFiles/Oracle/Inventory/ContentsXML/comps.xml
今天一个同事问我一个问题,安装oracle时一直安装不下去,查看安装日之后爆出一条信息
正在设置值PROD_HOME到F:\oracle\ora92/oracle_rsf_ldap_rsf_cmp
正在设置值PROD_HOME到F:\oracle\ora92/oracle_sysman_..
分类:
数据库 时间:
2014-06-02 03:18:57
阅读次数:
334
在第“用XCA(X Certificate and key management)可视化程序管理SSL 证书(2)---创建证书请求”章节中(http://blog.csdn.net/chancein007/article/details/27384237),我们介绍了如何用XCA创建SSL证书请求(Certificate Request),在一章节中,同时提到了,如果对证书请求用我们自己的创建的凭证管理中心(Certificate Authority)进行签名;但是在做这一步之前,我们首先需要知道如何创建...
分类:
其他好文 时间:
2014-06-02 02:20:41
阅读次数:
563