Tmacy
Tmacy
3.4.3 ``` func Foo(a bool, b int16) (c []byte) ``` 这个函数传参与返回值的模拟: ``` type Foo_args struct { a bool b int16 c []byte } type Foo_returns struct { c []byte }...
Add option trash for delete files or directories into system's trash
use chrono instead of time
ls proc/*.c > list 2> &l 将标准输出和标准错误重定向到同一文件; 中的2 >&l 应该是 2 >& 1 1 和l 容易搞混
读了前几章,想动手试试。发现ghci里没有办法多行输入,而且编译helloworld也出现错误,后来搜了下,要加上dynamic才能链接到动态库=。= 看了视频,发现还有好多用法与坑,书里都没有提到啊。。。。。 最后,视频可否上传B站?不想每次都看广告,另外还需要flash,这也是个大坑。。。 最后赞一下,书还是很有诚意的,值得学习!入门的话,这书与外文书一起读,相互补充,haskell还是有难度的!
### Question As the title says , when I want to set a cell's background color , which method should I can use ? `write_with_format` must set a data for...