码迷,mamicode.com
首页 >  
搜索关键字:lee    ( 481个结果
php aes加密解密类(兼容php5、php7)
<?php/***@desc:phpaes加密解密类*@author[Lee]<[<complet@163.com>]>*/classaes{//加密方式:1、mcrypt;2、openssl默认1private$type;//cast-128gostrijndael-128twofishcast-256loki97rijndael-192saferpluswakeb
分类:Web程序   时间:2018-10-03 22:16:27    阅读次数:929
awk练习题
awk题目1,通过awk判断系统的用户都属于什么用户:[root@Docker~]#awk-F‘:‘‘{if($3==0)print"超级管理员:"$1}{if($3>0&&$3<1000)print"系统用户:"$1}{if($3>=1000)print"自建用户:"$1}‘/etc/passwd2,显示出包含Lee和包含kevin的行的中间行[root@old
分类:其他好文   时间:2018-09-25 21:12:06    阅读次数:191
jqgrid 表格中筛选条件的多选下拉,树形下拉 ;文本框清除插件;高级查询多条件动态筛选插件
/** * @@desc 文本框清除按钮,如果isAutoWrap为false当前文本框父级必须是relative定位,boostrap参考input-group * @@author bear.LEE * @@since 2018-08-21 **/ ; (function ($) { $.fn.... ...
分类:其他好文   时间:2018-09-11 18:05:30    阅读次数:275
centos7使用crontab监测服务器的运行情况
脚本文件:vim/home/lee/test.sh#!/bin/bashif["`pgreptest|wc-l`"=="0"];thenecho"`date‘+%F%T‘`:[test]停止运行">>/var/log/crontab/crontab.logsystemctlrestarttestficrontab配置:crontab-e*****./home/lee/test.sh
分类:其他好文   时间:2018-08-07 10:17:41    阅读次数:146
N多校2018d5t6 take(概率)
src : https://www.nowcoder.com/acm/contest/143/F https://blog.csdn.net/Lee_w_j__/article/details/81367134 思路:对于每个宝石对于答案的贡献都是独立的。 ac代码: ...
分类:其他好文   时间:2018-08-04 12:32:01    阅读次数:146
[LeetCode] 877. Stone Game == [LintCode] 396. Coins in a Line 3_hard tag: 区间Dynamic Programming, 博弈
Alex and Lee play a game with piles of stones. There are an even number of piles arranged in a row, and each pile has a positive integer number of sto ...
分类:其他好文   时间:2018-08-01 11:39:10    阅读次数:211
【计算机网络】Web和HTTP
##Web简介 Web即World Wild Web(万维网),由Tim Berners-Lee发明,是由网页构成,支持网页互相连接。 Web网页(Web Page)包含多个对象(Objects),如:HTML文件、JPEG图片、视频文件、动态脚本等,多数Web页面包含一个HTML基本文件,其中包含 ...
分类:Web程序   时间:2018-07-20 18:55:03    阅读次数:260
CPP strings 与标准模板库
Leetcode 838 push dominos 解体思路 STL标准模板库 提供了一组表示容器、迭代器、函数对象和算法的模板。 Alex Stepanov & Meng Lee 一起开发了STL, 1994年第一版发布。STL不是面向对象的编程,而是一种不同的编程模式 泛型编程(generic ...
分类:其他好文   时间:2018-07-20 15:56:42    阅读次数:107
浏览器的发展史
看了很多关于浏览器发展史的文章,总结和摘抄了一些相关内容: WorldWideWeb 1991年,正式发布的WorldWideWeb是全球最早的一款浏览器,由Tim Berners-Lee(万维网之父)创建于欧洲核子物理实验室,后来改名为Nexus,特点是可以兼容Unix和Microsoft DOS ...
分类:其他好文   时间:2018-07-13 19:00:40    阅读次数:234
DataContractAttribute 类
https://msdn.microsoft.com/zh-cn/library/system.runtime.serialization.datacontractattribute.aspx https://blog.csdn.net/percy__lee/article/details/4828 ...
分类:其他好文   时间:2018-06-15 13:22:02    阅读次数:182
481条   上一页 1 ... 8 9 10 11 12 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!