码迷,mamicode.com
首页 >  
搜索关键字:eric    ( 1626个结果
加密简单知识
[root@good eric usr]# md5sum passwd 9cd05a1ea41cca510eb8f991924ffe5f passwd [root@good eric usr]# vi passwd [root@good eric usr]# md5sum passwd b6d795... ...
分类:其他好文   时间:2017-05-13 13:38:13    阅读次数:212
dede标签
µ¥µ¥»ñȡij¸öÀ¸Ä¿Ãû³ÆµÄ»°£¬¿ÉÒÔÓ㺠{dede:type typeid='1'} [field:typename /] {/dede:type} //获取顶级栏目名称 {dede:field name=' ...
分类:其他好文   时间:2017-05-12 20:18:10    阅读次数:228
Palindrome Number
题目 Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, -1) If you are ...
分类:其他好文   时间:2017-05-12 20:13:53    阅读次数:200
HowTo: Linux Server Change OR Setup The Timezone
My Linux systems timezone is pointing to the wrong timezone. How do I setup or change the timezone under Linux operating systems? Unix time, or POSIX ...
分类:系统相关   时间:2017-05-12 13:45:29    阅读次数:278
[HDU 4344]Mark the Rope(Pollard_rho+Miller_Rabin)
Description Eric has a long rope whose length is N, now he wants to mark on the rope with different colors. The way he marks the rope is:1. He will ch ...
分类:其他好文   时间:2017-05-11 14:43:28    阅读次数:141
北航软院2012级C#期末考试部分考题解答
博主注:本渣渣水平有限,文中若有不对的地方敬请指出,谢谢。 一、选择题(2*15=30) 1.In C# what is base class of all reference types? System.Type B. System.Base C.System.Object D.System.Ro ...
分类:Windows程序   时间:2017-05-10 19:51:00    阅读次数:511
c#操作Excel
using System; using System.Collections.Generic; using System.Text; using System.Data.OleDb; using System.Data; namespace BizUpdate.Implement { public ... ...
分类:Windows程序   时间:2017-05-10 16:33:14    阅读次数:196
使用 pv 命令监控 linux 命令的执行进度
如果你是一个 linux 系统管理员,那么毫无疑问你必须花费大量的工作时间在命令行上:安装和卸载软件,监视系统状态,复制、移动、删除文件,查错,等等。很多时候都是你输入一个命令,然后等待很长时间直到执行完成。也有的时候你执行的命令挂起了,而你只能猜测命令执行的实际情况。 通常 linux 命令不提供 ...
分类:系统相关   时间:2017-05-10 13:04:09    阅读次数:240
Windows Phone开发(21):做一个简单的绘图板
其实我们今天要说的就是一个控件——InkPresenter,这个控件并不是十分强大,没办法和WPF中的InkCanvas相比,估计在实际开发中也很少可能会用到它,不过,我们还是来了解一下吧,毕竟用起来也不难。 使用该控件没有什么技术含量,注意一下以下几点就是了: 1、必须明确指定InkPresent ...
分类:Windows程序   时间:2017-05-10 00:09:07    阅读次数:291
Asp.net Web Api 解决跨域问题
在项目中添加上面这个类 命名空间根据自己的进行修改。 然后在每个需要跨域调用的接口上添加[SupportCrossDomainAttribute]特性 ...
分类:Windows程序   时间:2017-05-09 14:51:18    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!