寫写code、调調bug、填填坑,僅此而已。
发布时间:2018-11-21 19:09:32
点击(此处)折叠或打开func readSmallFile(path string) string{ fi,err:=os.Open(path) if nil{ panic(err) }.........【阅读全文】
发布时间:2018-11-10 17:50:04
点击(此处)折叠或打开// sqlitedaemon project main.go// go get github.com/mattn/go-sqlite3package mainimport ( "database/sql" "fmt".........【阅读全文】
发布时间:2018-11-07 19:34:38
点击(此处)折叠或打开int executeCMD(const char *cmd,char *result) { char buf_ps[512]; char ps[512]={0}; int len=0; &n.........【阅读全文】
发布时间:2018-09-13 14:00:31
1.安装openssl包 sudo apt-get install openssl sudo apt-get install libssl-dev借鉴csdn大神代码,进行了改写,调试2.tools.h文件点击(此处)折叠或打开#ifndef TOOLS_H#define TOOLS_H#include<openssl/rsa.h>#inclu.........【阅读全文】
发布时间:2018-09-11 17:06:11
1.编译动态库pam_mylogin.so2.将该动态库拷贝至/lib/x86_64-linux-gnu/security3.修改/etc/pma.d/login 文件增加如下红色内容:....# The PAM configuration file for the Shadow `login' service#auth required pam_mylogin.so# Enforce a minimal delay in case of failure (in microseconds).# (Replaces the `.........【阅读全文】