rickygod.wordpress.com
PHP环境搭建:Windows 7下安装配置PHP+Apache+Mysql环境教程 | Programming Blog C#
https://rickygod.wordpress.com/2012/05/30/php环境搭建windows-7下安装配置phpapachemysql环境教程
PHP环境搭建:Windows 7下安装配置PHP Apache Mysql环境教程. May 30, 2012 in php. PHP环境搭建:Windows 7下安装配置PHP Apache Mysql环境教程. Http:/ www.leapsoul.cn/? On Get viewport size (width and h…. On Pass array values in query…. On Pass array values in query…. On Datetime picker (asp.Net). Rickycrc on Datetime picker (asp.Net). Comments feed for this article. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email.
klimek.box4.net
Manuel Klimek: Leaving the Comfort Zone
http://klimek.box4.net/2008/12/leaving-comfort-zone.html
Monday, December 22, 2008. Leaving the Comfort Zone. A week ago I held my first talk since university. It was the first talk in my life I held in English, and I was scared like hell. It felt like living through those exam days back at school all over again - just that this time I thought I'm old enough to realize that it'll all be okay. I'm obviously not. Of course everything worked out just fine. Well, besides me saying basic-a-lly all the time. So why was I so freaked out? I must learn how to leave my ...
rickygod.wordpress.com
Active Menu Item (javascript) | Programming Blog C#
https://rickygod.wordpress.com/2012/05/23/active-menu-item-javascript
Active Menu Item (javascript). May 23, 2012 in javascript. Menu li a").filter(function () {. Take the current URL and split it into chunks at each slash. Var currentURL = window.location.toString().split("/");. Var currentURLwithoutQ = (currentURL[currentURL.length - 1]).split("? Return true if the bit after the last slash is the current page name. Return $(this).attr("href") = "/" currentURLwithoutQ;. When the filter function is done, you're left with the links that match. Comments feed for this article.
rickygod.wordpress.com
asp.net jquery ajax page method | Programming Blog C#
https://rickygod.wordpress.com/2011/02/25/asp-net-jquery-ajax-page-method
Aspnet jquery ajax page method. February 25, 2011 in Uncategorized. Public static string FolderNameExist(string name, string id) {. DbFunctions db = new DbFunctions();. SqlCommand cmd = new SqlCommand(“SELECT * FROM Table”);. String result = db.ExecuteScalar(cmd);. Return result = “0”? 8221; : “*Folder name exist.”. Type: “POST”,. Url: “/FolderMgt.aspx/FolderNameExist”,. ContentType: “application/json; charset=utf-8”,. DataType: “json”,. On Get viewport size (width and h…. On Datetime picker (asp.Net).
rickygod.wordpress.com
C# – Get bracket value | Programming Blog C#
https://rickygod.wordpress.com/2011/03/04/c-get-bracket-value
C# – Get bracket value. March 4, 2011 in C#. Var pattern = @”unquie [(? Var query = “unquie[2]unquie[3]”. Var matches = Regex.Matches(strTest, pattern);. Foreach (Match m in matches) {. Response.Write(m.Groups[1]);. On Get viewport size (width and h…. On Pass array values in query…. On Pass array values in query…. On Datetime picker (asp.Net). Rickycrc on Datetime picker (asp.Net). Comments feed for this article. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
rickygod.wordpress.com
Using WindowsIdentity | Programming Blog C#
https://rickygod.wordpress.com/2012/12/17/using-windowsidentity
December 17, 2012 in C#. WindowsIdentity currentUser = WindowsIdentity.GetCurrent();. IdentityReferenceCollection groups = currentUser.Groups.Translate(typeof(NTAccount) ;. String group = domain "SomeGroup";. String groupName = String.Empty;. For (int i = 0; i groups.Count; i ) {. GroupName = groups[i].Value. On Get viewport size (width and h…. On Pass array values in query…. On Pass array values in query…. On Datetime picker (asp.Net). Rickycrc on Datetime picker (asp.Net). Comments feed for this article.
rickygod.wordpress.com
How to Perform SQL Server Row-by-Row Operations Without Cursors | Programming Blog C#
https://rickygod.wordpress.com/2011/02/14/how-to-perform-sql-server-row-by-row-operations-without-cursors
How to Perform SQL Server Row-by-Row Operations Without Cursors. February 14, 2011 in SQL. Orignal Post: http:/ www.sql-server-performance.com/articles/per/operations no cursors p2.aspx. But i have modfiy the sql as below:. DECLARE @iNextRowId int,. 8212; Initialize variables. SELECT @iLoopControl = 1. SELECT @iNextRowId = MIN(id) FROM #table. 8212; Make sure the table has data. 8212; start the main processing loop. PRINT ‘START’. WHILE @iLoopControl = 1. 8212; Reset looping variables. You are commenting...
rickygod.wordpress.com
javascript – replace string to word only | Programming Blog C#
https://rickygod.wordpress.com/2011/02/25/javascript-replace-string-to-word-only
Javascript – replace string to word only. February 25, 2011 in Uncategorized. Var regWordonly = /[ a-zA-Z0-9 -]/g;. Text = text.replace(regWordonly, “”);. On Get viewport size (width and h…. On Pass array values in query…. On Pass array values in query…. On Datetime picker (asp.Net). Rickycrc on Datetime picker (asp.Net). Comments feed for this article. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
rickygod.wordpress.com
中文字CSS | Programming Blog C#
https://rickygod.wordpress.com/2015/01/27/中文字css
January 27, 2015 in CSS. Padding: 0 135px 0 0;. Font: 32px/1.3 "Microsoft YaHei",微软雅黑体,"Microsoft JhengHei",微軟正黑體,Arial,Helvetica,sans-serif;. Padding: 28px 68px 32px;. Line-height: 1.7;. Font-family: Helvetica,Heiti TC,Segoe UI,Meiryo,"微軟正黑體";. Font: 13px/1.8 Helvetica, Arial, "LiHei Pro", 新細明體, PMingLiU, sans-serif;. Body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {. On Get viewport size (width and h…. Comments feed for this article.