How to delete the icons of Win7 desktop shortcuts

1. Copy the following bat code in a new txt  file.
2. save it as bat file extension type, run it as administrator role.

———————————————————— Content Start ———————————————————-
reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons” /v 29 /d “%systemroot%\system32\imageres.dll,196″ /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h “%userprofile%\AppData\Local\iconcache.db”
del “%userprofile%\AppData\Local\iconcache.db” /f /q
start explorer
———————————————————-Content End ———————————————————-


Enjoy it, my friend !

posted @ 2012-11-03 20:23 Alicus 阅读(301) | 评论 (1)编辑 收藏

Ubuntu10.4 install jdk1.6

You know,If you want to develop java applications ,you’d better install jdk.

Today,I will introduce you how to intall jdk1.6 on Ubuntu.Just follow me step by step.

First step
you should download jdk file from sun offcial website,
URL: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u29-download-513648.html (fixed)

fileName : jdk-6u29-linux-i586.bin
Tips: 1)Before you will download this file ,you should accept license agreement.
2)If your system is Ubuntu10.4 or other 32-bit system,you can’t download the  jdk-6u29-linux-x64.bin.When you use sudo sh jdk-6u29-linux-x64.bin,it will create a file that file’s name is invalid encoding.

Second step
after file is donwloaded,we also can use command
shell代码:

    ls

to scan the file list.

Third step
OK,now we can install jdk,write command :
shell代码:

    sudo sh jdk-6u29-linux-i586.bin

A few miniutes later,you will be asked to press Enter key,Just do, You will see ‘Done’.
Ok,Now jdk has been instaled by us,next step we will config environment variables for java

Fourth step
enter the command :
Shell 代码:

    sudo gedit /etc/environment

if you are similar with vim,you can use the command :
Shell 代码:

    sudo vi /etc/environment

Add the following lines in the end of file.
Shell 代码:

    export JAVA_HOME=/home/alicus/Downloads/jdk1.6.0_29
    export JRE_Home=>/home/alicus/Downloads/jdk1.6.0_29/jre
    export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib:$JRE_HOME/lib

then enter command :
Shell 代码:

    source ~/.bashrc

it makes the changes effective

Fifth Step
You should know Ubuntu10.4 make the openjdk as its default jdk ,so we should make sun jdk to be
the default one,just use following commands :
Shell 代码:

    sudo update-alternatives –install /usr/bin/java java /home/alicus/Downloads/jdk1.6.0_29/bin/java 300
    sudo update-alternatives –install /usr/bin/java java /home/alicus/Downloads/jdk1.6.0_29/bin/javac 300

use following command to scan the jdk priority:
Shell 代码:

    sudo update-alternatives –config java 

Tips: sudo update-alternatives — install is used to change the priority.

OK!Now you can enter
Shell 代码:

    java -version

to test if jdk is ok.

If you can see java version “1.6.0_29″,Congratulations!!

If you have any questions,just contact me.
Email:alicus890824@gmail.com

posted @ 2012-10-18 21:58 Alicus 阅读(431) | 评论 (1)编辑 收藏

Balsamiq Mockups 注册码

    最近使用Mockups 进行页面原型设计,发现是未注册的,于是网上查询了下注册码,居然有效,在此记录下。
    有需要的朋友也可以试试。

    Name:Rick Dong 
    Key:eNrzzU/OLi0odswsqgnKTM5WcMnPS1eoMTQyMjexMDQyAIEa5xpDAA8pDD8=

    本人使用上面这个激活的,激活日期: 2012-10-18 。 如不行,试试这个:

     Name: helloWorld
    Key: eJzzzU/OLi0odswsqslIzcnJD88vykmpsUQCNc41hjV+7q5+AF74Ds8=

    本文参考:http://chuangyiji.com/2011/01/balsamiq-mockups-license/#comment-18172

posted @ 2012-10-18 20:52 Alicus 阅读(823) | 评论 (0)编辑 收藏

第一天...

    踏上新的征程。。。

posted @ 2012-10-17 00:19 Alicus 阅读(240) | 评论 (0)编辑 收藏

仅列出标题
共2页: 上一页 1 2 
<2024年3月>
252627282912
3456789
10111213141516
17181920212223
24252627282930
31123456

导航

统计

常用链接

留言簿

随笔分类

随笔档案

文章分类

相册

Organization

Personal

搜索

最新评论

阅读排行榜

评论排行榜