- 博客(12)
- 收藏
- 关注
原创 Debug C++ in VS2010: problem1
Today I get the error below:Debugging information for "project.exe" cannot be found or does not match. Binary was not built with debug information.Solution:To enable debugging:1) G
2013-03-05 04:02:14
507
原创 Windows 7 用curl 远程下载文件
首先要下载1. Curl for SSL http://curl.haxx.se/download.html2. SSL package http://curl.haxx.se/download.html下载 binary version 解压-》url.exe 双击是不行的 要在cmd里面run
2013-03-02 10:01:13
656
原创 Win7 Run Google Unit test in Jenkins
1. Download JDK and Add the path : %JAVA_HOME%/bin;%JAVA_HOME%/jre/bin; 2. Download Jenkins and install 3.Go to http://localhost:8080 , jenkins main website.4. Go to New Job and create job n
2013-02-26 06:16:56
625
原创 如何解决vs的debug黑框一闪而过的问题
设置debug break point is basic solution.Store to output.txt is the key.Step1.Find the EXE file first.Project-> properties-> configuration properties -> General -> Output Directory : this is
2013-02-20 06:01:06
1257
原创 数据库操作
又在苦逼的写作业 !!!加油!!!!1.已有数据库新加一个列alter table tablename add colunmname int(type) not null;2.加入数据mysql> INSERT INTO `user` (`name`, `password`, `times`) VALUES -> ('linwang1', '90b282744ad3b
2012-11-08 16:26:42
460
原创 Javascript进行表单RSA加密算法 3
最后是我的private.page 很简单Check cookie: 如果cookie存在并且正确。那么进入private.pageCookie的设计:session cookie。内容是用户名和系统的签名。把session id 和用户名用系统的私钥加密 就是系统的签名, 用来认证是系统创建的,别人不能模仿。因为只有系统有自己的密钥。Sign用发送过来的用户名加上现在的sess
2012-10-19 16:26:37
445
原创 Javascript进行表单RSA加密算法 2
这个是我的注册page其实和login page 差不多。Register: Client -->Server: username, P>一个普通的表单如果直接submit会直接发送明文 不能加密 这样很不安全。在不能实用SSL的情况下 ,我们要在表单发送之前进行加密。 Encrypt: 首先要把表单里的内容传到函数里进行加密: Javascript, HTML1.把表单数据的bu
2012-10-19 16:14:50
1206
原创 Javascript进行表单RSA加密算法 1
先做一下这两天的总结 1.昨天晚上 OS project 2 intergrade.2.看书看到凌晨3点,准备今天OS的midterm.3.早上上班之后考试.4.晚上12点之前due这个安全的project.OMG.......太苦逼了............还好晚上凌晨12点半到家的时候,宝贝给我买了周年礼物。虽然我不知道他为啥觉得今天的纪念日,但是我很开心。礼物不贵,
2012-10-19 15:55:30
1879
原创 在XAMPP里建立简单的数据库
1.进入数据库lin-wangs-MacBook-Pro:~ linwang$ cd /Applications/XAMPP/xamppfiles/binlin-wangs-MacBook-Pro:bin linwang$ ./mysql -u root -p -h localhost Welcome to the MySQL monitor. Commands end with
2012-10-03 12:27:22
1568
原创 用 openssl 生成一对私钥和公钥
参考网站:http://www.madboa.com/geek/openssl/go to the folder in terminal.1. openssl genrsa -out mykey.pem 10242.openssl rsa -in mykey.pem -pubout > mykey.pub extract the public key and pri
2012-09-27 09:32:18
565
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人