Command to show open TCP ports on Windows

April 13th, 2012 No comments

Here’s a handy command you can use on windows to list all of the open TCP/IP ports: Read more…

Share and Enjoy

Categories: IT Infrastructure, Others Tags:

CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices

March 22nd, 2012 3 comments

CSS Layout Tutorials

1-Three column fixed layout structure using CSS- This post explains how to realize an HTML/CSS basic structure to design a simple three column fixed page layout with standard elements (logo top bar, navigation bar, text stage, center column for post categories and right column to insert Google AdSense 120X600 ads), to use in your projects. Read more…

Share and Enjoy

Categories: HTML&CSS, Technology Tags:

How to Use SkyDrive’s 25 GB as a Mapped Drive for Easy Access

March 20th, 2012 1 comment

SkyDrive is an online storage system included in Windows Live, which gives you 25 GB of space that you can sync to your desktop. Here’s how to connect it to your Windows 7 computer as a mapped drive.

First of all, you need to go to http://skydrive.live.com and use your Windows Live account (the same you use to access Hotmail, Messenger, Windows Live Mail or MSN) to log in and create the folders you want to use by using the New menu. You can create private and shared folders and customize the access for every one of them. Read more…

Share and Enjoy

Categories: HTML&CSS, Technology Tags:

How to chose a bar code standard

February 24th, 2012 1 comment

Choosing a Bar Code

How do you choose a bar code? It can be quite confusing. Some industries use a standard bar code type. If that’s the case for you, all you need to do is buy the proper bar code set. For example, if you are interested in putting bar codes on retail packages or books, the choice of a bar code is simple. Retail packages in North America require a UPC-A bar code while European retail articles use the EAN bar code. Book ISBN numbers use the Bookland bar code (an EAN 13 bar code with a 5 digit supplement).But what if your industry hasn’t selected a specific bar code type? The choice of a bar code can also be determined by what kind of data you want to encode. Some bar code symbologies only encode numbers (bar code 2/5 interleaved, EAN, PostNet, and UPC) while other bar codes only encode a fixed number of digits (EAN 8, EAN 13, and UPC-A). There are also some bar code types let you encode both numbers and upper case letters (bar code 3 of 9 and bar code 93) or even the complete ASCII character set (bar code 128). Read more…

Share and Enjoy

Control Internet Explorer and Windows Help Font Size

February 22nd, 2012 No comments
To set Internet Explorer’s font size (and Windows Help), cut and paste the following code into iefontsize.reg file and run it to hack the registry.

For Internet Explorer 5+

REGEDIT4  Read more…

Share and Enjoy

Categories: HTML&CSS, Technology Tags:

Windows Activation error Code: 0x8007232b

February 17th, 2012 3 comments

I was trying to activate Windows Server 2008 and got this error:

“Activation Error: Code 0x8007232b .DNS Name does not exist” Read more…

Share and Enjoy

Crystal Report XI cannot get the data from Oracle Database with Procedure

February 10th, 2012 No comments

In the previous article (http://www.rockywang.info/?p=25), I introduced that craystal report can get the data from Oracle with the store procedure which can use the cursor of the oracle to return the dataset from oracle database to crystal report in runtime.

But in the 64bits windows environment, we get the error or cannot get the data from oracle database when we use the store procedure and cursor. The errors of runtime are different based on different crystal reports. And sometimes it confuse. Read more…

Share and Enjoy

Default Oracle 11g Password will expired in 180days

January 31st, 2012 1 comment

Disable Oracle’s password expiry

 Unlike older releases, Oracle 11g sets password expiry by default. That’s really annyoing

  • for SYS and SYSTEM: noboday wants to regularly change (and forget) them.
  • for any accounts that are used by application servers: the password is usually configured in a datasource file, nobody would ever want to change it
  • if some superusers directly access the DB and keep forgetting the password, the automatic locking will lock your application out: not great for your uptime.

So let’s get rid of these annoyances with:

ALTER PROFILE DEFAULT LIMIT
  FAILED_LOGIN_ATTEMPTS UNLIMITED
  PASSWORD_LIFE_TIME UNLIMITED;

And also let’s turn off the default auditing:

NOAUDIT ALL;
DELETE FROM SYS.AUD$;

Share and Enjoy

Categories: Oracle Database Tags:

Skydrive Album for WordPress

January 3rd, 2012 20 comments

In the previouse, I instroduced the wordpress plugin to integrate the Skydrive album to the wordpress. In the new version of the plugin, I added the more functions inside:
1. Support the Slider show of the photos, which will have photos thumbs and big photo display, automaticaly navigation,
2. Support the photos notes display with the photo navigation automatically Read more…

Share and Enjoy

Categories: WordPress Tags: ,

XSLT Convert error

December 12th, 2011 5 comments

During designing or planning the interface between different systems, the SOA is a standard for data exchanging. The system can receive or generate the standard xml during data exchanging which follow the SOA standard. The advantage to use the SOA is xml is a open and transparent for different system. To realize the data exchanging between different system, the data schema for the Read more…

Share and Enjoy

Categories: FlexNet, IT Infrastructure Tags: , ,

无觅相关文章插件,快速提升流量