码迷,mamicode.com
首页 >  
搜索关键字:cred    ( 30个结果
git设置log的别名 for hist
hist -- alias for 'log --color --graph --date=short --pretty=format:'%Cred%h%Creset -%C(yellow)%d%C reset %s %Cgreen(%cr) %C(bold blue)%Creset' --ab.....
分类:其他好文   时间:2015-08-14 19:00:49    阅读次数:117
twisted的FTPRealm解读
首先看下我的测试代码 from twisted.protocols.ftp import FTPFactory, FTPRealm from twisted.cred.portal import Portal from twisted.cred.checkers import AllowAnonymousAccess, FilePasswordDB from twisted.internet i...
分类:其他好文   时间:2015-08-04 09:29:37    阅读次数:204
LeetCode:Factorial Trailing Zeroes
Factorial Trailing ZeroesGiven an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time complexity.Cred...
分类:其他好文   时间:2015-07-02 13:49:59    阅读次数:101
shell脚本实现俄罗斯方块
draw  是画出图形界面   keytest是获取键盘  tetris是整个游戏 tetris.sh #!/bin/bash APP_NAME="${0##*[\\/]}" APP_VERSION="1.0" #颜色定义 iSumColor=7 #颜色总数 cRed=1 #红色 cGreen=2 #绿色 cYellow=3 #黄色 cBlue=4 #蓝色 cFuc...
分类:系统相关   时间:2015-05-14 23:56:33    阅读次数:380
Wince -06设备环境和画笔应用
本文主要讲到的是画笔应用,在Wince -06环境下,画笔应用很广泛,很有技巧,这里笔者要着重介绍。 设备环境可以用一下图表示,主要是让大家大致了解Wince -06的设备环境,下面在图形舍虚设计中会用到。画笔颜色的表示:颜色用COLORREF类型标识PGR(cRed,cGreen,cBlue...
分类:Windows程序   时间:2015-01-10 16:21:07    阅读次数:281
【LeetCode】Factorial Trailing Zeroes (2 solutions)
Factorial Trailing ZeroesGiven an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time complexity.Cred...
分类:其他好文   时间:2014-12-30 13:28:46    阅读次数:141
js数组到后台转 list数组
前台的数组格式是:[{"credit_record_certificate_id":"452","credit_record_type":"294","credit_record_money_sum":"100","credit_record_monthly_amount":"1000","cred...
分类:编程语言   时间:2014-11-24 19:02:38    阅读次数:220
非常强大的shell写的俄罗斯方块
网上看到的一个用linux的shell脚本写的俄罗斯方块。是我至今见过写的最牛逼的shell了。共享一下。 原作者信息在脚本的注释中有。 #!/bin/bash # Tetris Game # 10.21.2003 xhchen #APP declaration APP_NAME="${0##*[\\/]}" APP_VERSION="1.0" #颜色定义 cRed=1 cGr...
分类:系统相关   时间:2014-11-06 17:36:03    阅读次数:225
远程调用WMI安装软件
Invoke-WMIMethod-ComputerName$ip-Credential$cred-pathWin32_product-NameInstall-ArgumentList@($true,$null,"D:\temp\install.msi")
分类:其他好文   时间:2014-11-04 12:57:27    阅读次数:202
invoke-command
invoke-command -ComputerName $server -Credential $cred -ScriptBlock{param($server,$UserName,$serverpass,$starttime,$startdate) ...
分类:其他好文   时间:2014-05-09 04:17:04    阅读次数:417
30条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!