摘要:
var crypto= require('crypto')//crypto为node.js加密模块//生成随机字符串function randomString(len) { len = len || 32; var $chars = 'ABCDEFGHJKMNPQRSTWXYZabcdefhij... 阅读全文
posted @ 2015-01-05 18:12
CSER_think more
阅读(214)评论(0)推荐(0)
摘要:
// linklist.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include using namespace std;struct student{ lo... 阅读全文
posted @ 2014-11-08 01:08
CSER_think more
阅读(110)评论(0)推荐(0)