Windows Installer 相关的一些奇葩error的解决

需要保证用户环境变量、系统环境变量中TEMP、TMP所指向的目录均存在。
C:\\Windows\\Installer目录需存在。
Windows Installer服务也被启用。

  • directx sdk error code s1023
    Uninstall vcredist 2010 x86&x64, install directx sdk and reinstall vcredist 2010 x86&x64.

  • windows installer 临时文件夹已满或不能访问
    Check C:\\Windows\\Installer with permissons guaranteed.

` windows installer error code 2503/2502
Check the permissions of C:\WINDOWS\TEMP

《模式识别》课程的难度

这门课程在整个本科CS的课程体系中似乎没有多少地位,但在研究方面是相当有分量的。

然而难以听懂、吸收。

正如葛洪伟老师所言,如果这门课讲述的是喜闻乐见、生动有趣的轶事,普罗大众都可旁听,没有门槛,那么就不能产生足够的价值。
这门课必然是枯燥乏味的。

Prepare for deep learning based on GPU with Python

  • OS: Ubuntu 16.04

  • Building prerequisities: make build-essential python3-dev

  • Parallel computing prerequisities: cuda8.0 cudnn6.0

export CUDA_HOME=/usr/local/cuda
export PATH=$PATH:/usr/include:/usr/local/cuda/include
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/lib/x86_64-linux-gpu/:usr/local/cuda/lib64

  • Python 3.5 packages: chainer tensorflow-gpu cupy

nvidia-cuda-dev is only required when building cupy locally.

If python package installation fails, try with sudo pip install --force-reinstall --ignore-installed --no-cache-dir -vvvv to debug.

淘宝IP地址库接口

$.get('http://ip.taobao.com/service/getIpInfo.php?ip=','json',function(res){
    p=JSON.parse(res);
    p=p.data;
    for(var key in p){
            console.log(key + " -> " + p[key]);
    }
})

The lift story of Rose Frantzen

Rose Frantzen, a relatively young artist, has got a very unususal style as a comtemporary impressionist. However, she lead an arduous life during the days at school. She attended art school, but was told by one of her instructions that she wasn’t good at illustration and should go into advertising instead. She had to take both advertising and fine art classes until she was convinced that her work is good enough so that she could be an artist. Another thing is that she had to paint others’ portraits at somewhere like art fairs just to make monery to buy paint for her more serious work. No matter how hard it was, she never stopped pursuing of impressionism art. Eventually she is doing extremely well.
Most of us would have been discouraged if we had to face challenges and difficulties like that. The key point is that you keep at it and never give up.

Expercts from TPO 1 Listening Part 1 Section 2

Repair support for Ubuntu everyday usage

https://askubuntu.com/questions/218377/install-remove-language-show-only-english-no-other-choice

http://www.linuxdiyf.com/linux/20344.html

https://askubuntu.com/questions/455682/14-04-chinese-ibus-input-no-options

sudo apt-get –reinstall install language-selector-gnome

sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4

ibus restart

im-config -s ibus

sudo ibus-setup