加载中
Hello Quartus, Hello ModelSim.

最近要使用Quartus和ModelSim了。 虽说有正版的license可以使用,但是毕竟等license需要一段时间,于是迫不及待的开始和谐。。 Quartus其实还好,最大的问题就是linux上面的“和谐信息”比较...

使用国际版QQ替代longene的QQ2013

Longene的QQ2013一直崩溃,在其稳定之前不得不想点办法,本文讲一讲如何使用官方的QQ国际版替代Longene里面的QQ2013

Java普通数组返回iterator

今天纠结了好一会儿不知道java里面一个数组类型是怎么搞出一个Iterator来返回的。。 <!-- lang: java --> public class TupleSet { Tuple[] tuples; int numSlots; //...省略一堆...

Fcitx problem with wps under openbox

下午更新了下wps(源里面名字变成kingsoft office了),发现fcitx在wps里面打不出中文来。(能出候选词,但是没法打进去),在.bashrc和.xprofile里面都export了im module的变量,还是不管用...

Build x264&FFmpeg for Android

最近在想办法把Android WebRTC上的视频流录制下来。于是不得不用到FFmpeg(再于是还得加上x264) #fetch code# 用git把ffmpeg(我用的github上FFmpeg-Android)和x264(vlc的官方git)分别都clo...

关于openGL之类的是干嘛用的

opengl 是個定義了一個跨程式語言、跨平台的应用程式介面(API)的規格,它用於生成二維、三維圖像。 openal (Open Audio Library)是自由软件界的跨平台音效API opencl (Open Computing La...

替代git merge

on branch git pull --rebase origin master git push -f origin branch git checkout master git merge branch git push...

一些关于git的东西

git tools gitk和gitg可以用GUI来查看和管理git。(个人感觉gitg更好看一点^_^ git stash usage: git stash list [<options>] or: git stash show [<stash>] or: git stash drop [-q...

First blog with BloGTK2

The package 'aspell' and 'aspell-en' should be installed due to the dependency. Otherwise you will get 'enchant error'. Now let me publish this to test the BloGTK2~...

关于lm-sensors中i8k.c的研究

由于使用Dell Vostro,在Arch下看不到风扇的转速(当然更没法控制风扇)。 看了一下,发现是i8k的问题,于是拿来代码研究一下(虽然我是小白…… i8k的代码在:http://khali.linux-fr.org/d...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部