GUOMINGLI.WORDPRESS.COM
Guo Ming Li's Technology Blog | Just another WordPress.com weblogJust another WordPress.com weblog
http://guomingli.wordpress.com/
Just another WordPress.com weblog
http://guomingli.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.5 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.13
LOAD TIME
0.531 sec
SCORE
6.2
Guo Ming Li's Technology Blog | Just another WordPress.com weblog | guomingli.wordpress.com Reviews
https://guomingli.wordpress.com
Just another WordPress.com weblog
guomingli.wordpress.com
.Net floating point data type problem | Guo Ming Li's Technology Blog
https://guomingli.wordpress.com/2010/04/08/net-floating-point-data-type-problem
Guo Ming Li's Technology Blog. Just another WordPress.com weblog. Net floating point data type problem April 8, 2010. Filed under: .Net. 8212; guomingli @ 6:24 pm. Floating point data types. Single holds signed IEEE 32-bit (4-byte) single-precision floating-point numbers ranging in value from -3.4028235E 38 through -1.401298E-45 for negative values and from 1.401298E-45 through 3.4028235E 38 for positive values. Single-precision numbers store an approximation of a real number. For example, to represent 0...
Monitor File Last Access Time and Notify | Guo Ming Li's Technology Blog
https://guomingli.wordpress.com/2010/04/14/monitors-file-last-access-time-and-notify
Guo Ming Li's Technology Blog. Just another WordPress.com weblog. Monitor File Last Access Time and Notify April 14, 2010. Filed under: Windows PowerShell. 8212; guomingli @ 1:38 am. Following is a sample of PowerShell script that monitors a file folder for a certain file types. If the last access time of the file is over a certain threshold, it will email to people in a notification list. System.Collections.ArrayList]$notificationList, `. String]$from = "someone@somewhere.com", `. Files = Get-ChildItem ...
Sending Email with PowerShell | Guo Ming Li's Technology Blog
https://guomingli.wordpress.com/2010/04/14/sending-email-with-powershell
Guo Ming Li's Technology Blog. Just another WordPress.com weblog. Sending Email with PowerShell April 14, 2010. Filed under: Windows PowerShell. 8212; guomingli @ 1:19 am. Following is a sample of PowerShell script that demonstrates how to send email to SMTP server:. System.Collections.ArrayList]$notificationList, `. String]$from = "someone@somewhere.com", `. String]$subject="this is subject",`. String]$body="this is the body"). Message = New-Object -TypeName System.Net.Mail.MailMessage;. Floating point ...
JavaScript floating point data type problem | Guo Ming Li's Technology Blog
https://guomingli.wordpress.com/2010/04/08/16
Guo Ming Li's Technology Blog. Just another WordPress.com weblog. JavaScript floating point data type problem April 8, 2010. 8212; guomingli @ 6:22 pm. Tags: floating point data type. While working on a project at work, I found that JavaScript floating point data type follows the same behavior as the Double/Single data type in Dot Net. The floating point numbers are represented as binary fractions. To illustrate the problem that I experienced, please take a look at the example below:. In order to mitigat...
Concatenating text files in PowerShell | Guo Ming Li's Technology Blog
https://guomingli.wordpress.com/2010/04/26/concatenating-text-files-in-powershell
Guo Ming Li's Technology Blog. Just another WordPress.com weblog. Concatenating text files in PowerShell April 26, 2010. Filed under: Windows PowerShell. 8212; guomingli @ 12:26 pm. Following script demonstrates concatenating all files in a certain folder that matches a certain criterias to one single output file. FileLocations = Read-Host "File location ";. FileFilter = Read-Host "File Filter ";. OutputFileName = Read-Host "Output File Name ". Leave a Reply Cancel reply. Enter your comment here.
TOTAL PAGES IN THIS WEBSITE
5
国明家电
郭府-铭心立誓为人杰
������±绤��ʦ_����ͬ������ʦ_���������ʦ-������ʦ��|������
ʦЭ λĵ ʦۺϴϻˡ 绤ʦйѧ ϵѧѧʿѧλйѧѧʿо2000ꡪ2003侯 ѧԺԺ ѧԱξΣ2003ꡪ2010 ʦ ҵʦ2010Ϊĵ ʦϻˡŻ ƽίϿίԱ. []. 2005320գʡijһǿ(δ)ؾ 41. []. 20051 Ľ�ı۳ײչ Ϊ۳Ϊ1500졢. []. IJijǷޣ ڸսʱǩһݡҳЭ顱Լڹ ڼ以Լ . []. �û:зѰʦ, һһѯѯʦ.İȽϽ Ӳʦ绰Ѱ.
Guo Ming Li's BizTalk Blog
Guo Ming Li's BizTalk Blog. Sharing my experience of BizTalk architecture, development, deployment, and performance etc. Tuesday, March 23, 2010. Lifetime of a busines rule policy. These are 3 different states of a policy:. This is the initiate state of a new policy. In this state, you are able to add, remove, edit. You can also "save" the policy for later editing. Wednesday, March 17, 2010. ContextAdder XMLReceive Pipeline Component (with BRE or XML configuration). Though I love the tool very much, I fo...
Guo Ming Li's Technology Blog | Just another WordPress.com weblog
Guo Ming Li's Technology Blog. Just another WordPress.com weblog. Concatenating text files in PowerShell. April 26, 2010. Filed under: Windows PowerShell. 8212; guomingli @ 12:26 pm. Following script demonstrates concatenating all files in a certain folder that matches a certain criterias to one single output file. FileLocations = Read-Host "File location ";. FileFilter = Read-Host "File Filter ";. OutputFileName = Read-Host "Output File Name ". Monitor File Last Access Time and Notify. April 14, 2010.
Guo Ming Li's WCF Blog
Saturday, August 8, 2009. WCF load balance error: HTTP 405 Method Not Allowed. Two windows 2003 SP2 servers. WCF service is hosted on each service by Windows Service. Bindings Info for WCF service:. Service configuration on server 1:. Contract="ArielBPM.Services.ServiceBroker.RegisterEventManagement.IRegisterEventManagement"bindingConfiguration="basicHttpBindingSettings" identity dns value="192.168.6.84" / /identity /endpoint endpoint address=" binding="netTcpBinding" bindingC...Service name="ArielBPM...