码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
Prototype Design Pattern
Before we proceed to Prototype Design Pattern, We need to review on Clone() method in Java. The Object cloning is a way to create exact copy of an obj ...
分类:其他好文   时间:2019-07-29 14:37:22    阅读次数:98
linux 定时巡检系统时间并且发邮件
获取系统时间用到data命令 date 发送邮件用的是mail命令,这个需要安装,yum -y intall mail 然后就是用定时任务 crontab 定时发邮件起到定时巡检系统的作用 crontab -e 编辑定时任务 minute:代表一小时内的第几分,范围 0-59。hour:代表一天中的 ...
分类:系统相关   时间:2019-07-28 17:33:19    阅读次数:261
Expertly Guided 500-301 Exam Cram with a High Passing Rate
Tired of doing the same job? Get your hands on 500-301 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:其他好文   时间:2019-07-24 16:35:01    阅读次数:111
实现一个简单的概率发奖问题
WOW,好长时间没有更新博客了,最近加班,加到屎...果然年轻就要996...哈哈 最近,TA们又有了个新的点子,也不对,可能只是在某处看到的点子,不过..who care!,反正最后我来搬砖,除了CRUD之外好像没啥新颖的地方, 不过有个地方我还是学习了下,参考了一位博主写的: 其中,在githu ...
分类:其他好文   时间:2019-07-23 19:01:22    阅读次数:155
27 个Jupyter Notebook的小提示与技巧
Jupyter notebook, 前身是 IPython notebook, 它是一个非常灵活的工具,有助于帮助你构建很多可读的分析,你可以在里面同时保留代码,图片,评论,公式和绘制的图像。 Jupyter具有非常强的可扩展性,支持很多编程语言,并且易于部署到你的个人电脑和几乎所有的服务器上 -- ...
分类:其他好文   时间:2019-07-23 14:52:31    阅读次数:105
HackerRank【SQL3】
1、Higher Than 75 Marks Query the Name of any student in STUDENTS who scored higher than 75 Marks. Order your output by the last three charactersof eac ...
分类:数据库   时间:2019-07-22 13:27:58    阅读次数:134
Boost Your Career with 600-455 Exam Cram Questions
Tired of doing the same job? Get your hands on 600-455 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:其他好文   时间:2019-07-20 19:57:43    阅读次数:96
SDNU 1536.How many users on SDNU OJ(水题)
Description Description There are many users on SDNU OJ, but only the one who registered can use it. We think different username represent different u ...
分类:其他好文   时间:2019-07-20 17:24:44    阅读次数:122
构建基本脚本
#执行多个命令(;隔开) date;who -- 当前时间,谁登陆了系统 #创建shell脚本(文件名.sh,文本中通过#注释行) sh ly_sw_cs.sh #终端打印(echo,如果文件中出现引号需要用另一种引号来区分) echo ok echo "o'k" echo 'o"k' echo -... ...
分类:其他好文   时间:2019-07-17 10:50:22    阅读次数:85
jadis操作redis
Java中使用Jedis操作Redis 使用Java操作Redis需要jedis-2.1.0.jar,下载地址:http://files.cnblogs.com/liuling/jedis-2.1.0.jar.zip 如果需要使用Redis连接池的话,还需commons-pool-1.5.4.jar ...
分类:其他好文   时间:2019-07-13 19:59:08    阅读次数:115
2492条   上一页 1 ... 31 32 33 34 35 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!