01 2017 档案

摘要:powershell提供了 命令,这个命令还存在3个别名,分别是 , , ,这4个是等同的。 阅读全文
posted @ 2017-01-14 01:17 乌祁班岚图 阅读(1180) 评论(1) 推荐(0)
摘要:Perl6中提供了全面的时间日期对象 类表示一个时间点,是用数字表示的, 继承Cool类和Real(实数)角色,是数值,相对于Epoch的时间 类表示时间段,从一个时间点到另外一个时间点之间的秒数, 继承Cool类和Real(实数)角色 类是日期(年、月、日) 类是时间,相对 就有时区的描述,(年月 阅读全文
posted @ 2017-01-14 01:10 乌祁班岚图 阅读(338) 评论(0) 推荐(0)
摘要:切成每段n个元素的列表 引用 "1. Array in Perl 6" "1. class Array: Perl 6 Documentation" 阅读全文
posted @ 2017-01-14 01:08 乌祁班岚图 阅读(202) 评论(0) 推荐(0)
摘要:保存到文件 remove_arrow_of_shortcut_icon.reg ,双击运行 引用 "1. How to Remove (or Change) Arrows on Shortcut Icons in Windows 7, 8, and 10" 阅读全文
posted @ 2017-01-08 21:04 乌祁班岚图 阅读(252) 评论(0) 推荐(0)
摘要:简介 使用管理员权限 例如,你需要从A主机,连接到B主机,则需要 A和B都把powershell的服务打开,需要在A和B都运行 开启 服务。 设置trustedhost,A和B都必须 表示任何主机 连接 例如从B连接A,则这里的 00.000.000.00 就是A的IP, XXXX\xxxxx 是A 阅读全文
posted @ 2017-01-08 14:53 乌祁班岚图 阅读(1928) 评论(1) 推荐(1)
摘要:简介 Mezzanine is a powerful, consistent, and flexible content management platform. Built using the Django framework, Mezzanine provides a simple yet hi 阅读全文
posted @ 2017-01-08 14:19 乌祁班岚图 阅读(220) 评论(0) 推荐(0)
摘要:ASCII范围内的 获取6个随机字符(字母和数字) 到`57 .. Perl 5 48..57 (48 49 50 51 52 53 54 55 56 57) 65 90 97 122 32..127`。 把对应数字转换成字符,例如 就是 (大写字母B),C语言使用的小括号来进行类型强制转换。 Un 阅读全文
posted @ 2017-01-08 14:06 乌祁班岚图 阅读(2973) 评论(0) 推荐(0)