Archive for category 09_资源信息

How to find Academic paper you want?

When writing academic paper, you have to take time reading many articles. you will use some databases, such as EBSCOhost, ProQuest, Springer, and so on,  to search relative paper and see what others have done.

However, you encount the situation aht you can’t find the full article of the paper,  you only find the summary in the database, so, what to do?

Taking the following articles for example.

Title: Accounting for performance variation – how important are intangible resources
Author: Jeremy Galbreath, etc.

1. Try another database; EBSCOhost, not found; ProQuest, limited; Springer,not found;

2. http://scholar.google.com, limit the entire words, yes. see here : http://scholar.google.com/scholar?q=%22Accounting+for+performance+variation%22&hl=en&lr=   click the URL and you can get the paper you want. Wola! I get it.

Well, it’s really a tough task for me to write graduate thesis.

Some useful websites for refer:

www.lib.shufe.edu.cn, school library is always the most important web for academic research.

http://en.wikipedia.org, I can know many new terms from it.

http://scholar.google.com/ , it’s easy to find some articles without login in any academic database.

https://portal.acm.org, with limited but free account, some articles can be download from it.

http://www.ssrn.com/

www.repec.org/

,

No Comments

飞信聊天记录的导出

囧,中国挪动的飞信,居然不能直接导出聊天记录。

google了一下,发现了一个方法,网上有高人呀。请登陆下面的链接吧,具体方法见该页面。

http://fetion.cn-dx.com.cn/fetion/chatrecord.aspx

,

No Comments

Some software you may be interested in

1. MindManager. MindManager will help you generate ideas. you can write topic, sentence, word, freely on it, and drag it from one subtopic to another one.  Want to know more about it, please visit http://bbs.21manager.com/index.asp?boardid=161.

2. EyeGuard. a smart but useful one, I use it to remind me that I should have a rest after a long time work.

3. Lingoes. I know that many people use iciba(金山词霸), try Lingoes, you will love it. smart but smart. www.lingoes.cn

4. FOX PDF editor. Can PDF be edited? yes, fox PDF editor will help you do that.

5. HyperSnap. want to catch up some pictures? try it.

6. MyMoneyMaster. you want to write down how you spend you money? it will help you.

7. igoogle. don’t forget it. I really like it. how to use it? well, that completely depends on you. Whatever, you should have a gmail account before you use igoogle.

8. google desktop search. you have too many files and sometimes be lost in files? why not use it to help you?

9. FtpList. you want to tell your friends the list of ebook you have collected? how to tell him/her? use ftplist to generate the file name list.

10. depends on you. there are so many tools you can find, in my opinion, any problem you meet, you can find some software to help you.  if you don’t know how to find, why not use google?

,

No Comments

Import your MSN contacts to new account

You don’t like the old name of your present MSN account and want to apply a new account? But, there are so many contacts, it’s hard to image how to add so many contacts to your new account again. Thus, you abandon the idea.

Well, don’t worry. In fact, you can do it in a few seconds.

Step 1:  in your old MSN, select "Show Menu"
Step 2: Contacts–>Save instant messenge Contacts
Step 3: In your new MSN, Import them.

Done.

If you have lots of contacts in your hand, and you want to add them to your MSN’s friend list. Well, that’s easy.

Use excel to help you, and, take time to read the following blue codes as txt.

<?xml version="1.0" ?>
<messenger>
<service name=".NET Messenger Service">
<contactlist>
<contact>example@hotmail.com</contact> 
</contactlist>
</service>
</messenger>

save above blue codes as Contact.ctt.

then,in MSN, Contacts,Import Contacts From File

,

No Comments

Excel help: Good but not Enough

The Excel help file is good, but not enough. Many operating functions and skills need to be learnt by other tutorial.

Excelhome.net is a wonderful website. Often, I will turn it for help when I have some difficulties.

Of course, I need to learn more about Excel VBA. In order to master it, I have to take time reading tutorial books about VBA and make practice.

,

No Comments

Project is quite different from other office software

Well, I know that each software is different. The reason I say that Microsoft Project is different from other Office softwares is that:

1. It’s harder for you to master how to use Project. It’s not difficult for you to use word, ppt, excel, I mean basic use. But for Project, you have to have some knowledge about project management, else, it would be hard, if not impossible, for you to know how to use this software. If you have no concept about project management, you’re lost when you open the project.

2. I launched both version (English and Chinese) of some office software( word, ppt, excel) in my pc. But for Project,  I can only launched one version. When I intended to launch the other one, the system remind me that it’s not able to process that.

3. There is something wrong with the English version project when I open file in Chinese, thus, I have to use the chinese version.

4. waiting for exploring….

,

No Comments

批量提取文件名的办法

批量提取文件名的办法

命令提示符下: (开始/运行/CMD)
tree (要获得文件名的文件夹的路径)/f >(存放的路径/filename)
例如:要获得D盘下的所有文件的文件名,并将生成的文件保存到E盘,可使用如下命令
tree□D:□/f>E:/contents.txt
“□”代表一个空格

PS:可以先在记事本中写好,将其粘贴到cmd.exe程序中。

例:将下列复制到cmd.exe中即可

tree F:\Ebook /f>d:/ebook.txt

No Comments

Error in renaming a sheet in Excel

I renamed a sheet and am getting the error,  "While renaming a sheet or chart, you entered an invalid name, Try one of the following" blah blah blah. The sheet name is valid, does not have any characters and isn’t too long.

What’s the problem? Well, I searched internet and found this might solve the problem.

The following information is from: http://www.mrexcel.com/forum/showthread.php?t=157564

This topic may be dead, but i think i know what causes this phenomenon. And this might be helpful for someone else who might be searching the forum.
This happens to me every time I try to rename a sheet in an excel file that is in a "temp" directory. There are usually illegal characters in the file name, IE. "Sales Analysis -[1]". If I choose rename and name my sheet "Book1" Excel names the sheet ".xls]Book1", then you get the error.
At that point the only thing you can do is to "X" out of the workbook and select save changes. Then select file —>open and click My recent documents to open the workbook. Then click file save as, and save the file to a normal directory with a valid file name. Now you can change the invalid sheet name.

No Comments

复制内容的技巧

在excel中,要将一个单元格中的很多文字放到该单元格下面的多个单元格中,每个单元格中放一个文字。采用的方法是:

1.将单元格的列宽度调整为一个汉字宽。

2.选择单元格,Editor–>Fill–>Justify.

3. ok.

No Comments

Wikipedia

Wikipedia(http://www.wikipedia.org/ ) is really an amazing website! I love it!

Whatever I don’t know, I will go to wiki for help, for most of the time, I can find what I want in it. Of course, most of the time, I use http://en.wikipedia.org/ , not http://zh.wikipedia.org/ , as we haven’t been able to access Chinese version for a long time until a few days before Olympic 2008. Even if English version, we can’t access it for many days in Mainland China. Damn it!

Thank wiki, thank the founder, editors and donators for wikipedia.

PS,王冉在《[“奥运脚印”之5]:我还会去看没有刘翔的决赛》里说到,“中国是否在地球上正在变为一个更加受人尊敬的国家,同很多事有关,但恰恰同刘翔是否能够拿得到金牌没有那么大的关系;甚至还不如同中国民众如何对待刘翔退赛这件事的关系大。”

No Comments