
其他
其他
_沧海桑田_
ACL/NAACL/EMNLP/COLING审稿人,
MOD大侠梦/MOD禾下霸业作者。
github.com/guotong1988
展开
-
unzip报错:invalid zip file with overlapped components (possible zip bomb)
【代码】unzip报错:invalid zip file with overlapped components (possible zip bomb)原创 2025-03-25 15:15:49 · 78 阅读 · 0 评论 -
用curl下载https链接比chrome快啊
【代码】用curl下载https链接比chrome快啊。原创 2025-02-12 21:43:05 · 82 阅读 · 0 评论 -
联想笔记本,win10没声音,f1长亮
下载安装这个:https://download.youkuaiyun.com/download/s38062708/77075193。原创 2024-12-14 22:06:19 · 130 阅读 · 0 评论 -
Linux/Ubuntu,浏览器无法访问github
【代码】Linux/Ubuntu,浏览器无法访问github。原创 2024-11-25 22:26:04 · 312 阅读 · 0 评论 -
Mac,chrome无法访问github
【代码】Mac chrome无法访问github。原创 2024-11-25 22:16:05 · 242 阅读 · 0 评论 -
Mac,浏览器显示github上的图片
注意IP地址可能会变,根据域名查一下。原创 2024-09-27 22:18:16 · 129 阅读 · 0 评论 -
Maven,pom.xml,查找 子jar包
然后如果有需要,把相关的 子jar包 去掉。原创 2024-03-20 09:38:44 · 359 阅读 · 0 评论 -
Mac 使用root用户
【代码】Mac 使用root用户。原创 2024-03-12 17:58:56 · 410 阅读 · 0 评论 -
安装brew报错:Failed to connect to raw.githubusercontent.com port 443
【代码】安装brew报错,Failed to connect to raw.githubusercontent.com port 443。原创 2024-03-03 19:46:11 · 479 阅读 · 0 评论 -
Jeff Dean
http://research.google.com/people/jeff/原创 2013-12-26 10:53:59 · 1003 阅读 · 0 评论 -
git github 清除缓存
zip下载下来那个仓库,再另重建一个仓库。原创 2021-05-10 10:10:40 · 734 阅读 · 0 评论 -
vim ctrl+v 粘贴时错乱
先执行 :set paste 再粘贴原创 2021-03-11 10:12:07 · 443 阅读 · 0 评论 -
程序员的Mac硬盘清理
主要是.git和~/.m2文件夹里的东西多啊,,每个项目的.git有3-5Gmaven的m2的文件夹有60-80G原创 2020-11-17 16:37:33 · 311 阅读 · 0 评论 -
gitignore 刷新
https://stackoverflow.com/questions/38450276/force-git-to-update-gitignore原创 2020-04-15 17:03:39 · 378 阅读 · 0 评论 -
pycharm debug F8 slow / variable not show
Preference --> python debugger --> Gevent compatible勾选后重跑原创 2020-04-10 11:21:59 · 279 阅读 · 1 评论 -
Mac 手动更新MacOS系统
在App Store搜MacOS。。。原创 2020-03-12 09:30:18 · 2112 阅读 · 0 评论 -
mac 关闭/禁用 spotlight 快捷键
经常和输入法快捷键冲突,左上角苹果icon,进入system preference然后点上图,然后左下角有个快捷键的按钮,进去设置原创 2020-03-02 09:52:54 · 4177 阅读 · 0 评论 -
pycharm debug时变量值显示不出,显示太慢
Preference --> python debugger --> Gevent compatible勾选后重跑原创 2019-12-16 18:32:05 · 7946 阅读 · 12 评论 -
pycharm txt文件不显示行号
可能是因为文件太大了,已经在Preference勾选过了,解决方法:View – > Active Editor --> Show Line Numbers原创 2019-12-16 18:30:05 · 2443 阅读 · 0 评论 -
eclipse ctrl+shift+f 把方法参数直接format成一竖排
Project - Java Code Style - Formatter - Line Wrapping原创 2014-03-04 09:00:53 · 1244 阅读 · 1 评论 -
CentOS7 groupinstall 桌面 失败
yum groupinstall "GNOME Desktop"一定要注意双引号…… http://cnzhx.net/blog/centos-yum-install-desktop/原创 2017-01-09 12:24:13 · 4918 阅读 · 1 评论 -
VNCserver 远程Linux CentOS桌面 配置 与 蓝屏解决
0.关闭防火墙,CentOS的防火墙是firewalld,关闭防火墙的命令systemctl stop firewalld.service 1.安装tigervncserver,yum install tigervnc-server tigervnc-server-module 2.拷贝配置文件cp /lib/systemd/system/vncserver@.service /etc/syst原创 2017-01-04 15:26:40 · 13238 阅读 · 1 评论 -
h5文件怎么打开
用h5py的接口,只能帮你到这了原创 2019-08-19 09:41:01 · 56846 阅读 · 11 评论 -
maven + eclipse 构建 scala 工程
要装scala插件不要用m2e-scala这个插件 http://alchim31.free.fr/m2e-scala/update-site/在命令行运行这个mvn archetype:generate -DarchetypeGroupId=net.alchim31.maven \ -DarchetypeArtifactId=scala-archetype-simple \ -D原创 2016-03-07 17:59:34 · 1199 阅读 · 1 评论 -
target文件夹里的资源无法被程序加载
不要把项目放在中文路径下,比如linux系统的桌面原创 2016-03-05 20:24:58 · 2659 阅读 · 1 评论 -
建立VNCserver,远程连CentOS7失败
VNCserver的日志报这个错 Xlib: extension “GLX” missing on display 查到用VirtualGL,试了后不会用, 最后还是用Xmanger搞定, 因为是CentOS7,所以要用lightdm 因为是CentOS7,好多之前网上的都无效了 安装xfce sudo yum groupinstall xfce 详见 http://blog原创 2017-01-09 19:07:26 · 3140 阅读 · 3 评论 -
docker container里起ssh服务
https://docs.docker.com/engine/examples/running_ssh_service/原创 2017-07-31 10:54:48 · 579 阅读 · 0 评论 -
docker核心技术(常用操作)
1,查看有哪些imagedocker images2,查看正在运行的imagedocker ps3,进入到一个docker image里面docker run -it --rm 10.100.208.171:6000/caffe /bin/bash4,从官方拉取image,tag为8.0-cudnn5-devel-centos7,更多https://hub.docker.com/r/nvidia/原创 2017-03-24 14:26:34 · 1240 阅读 · 0 评论 -
利用正则表达式搜索
notepad里, 比如要找the XXX model,又忘了XXX的名字, 就可以利用正则搜索跨字符串的情况,原创 2018-01-23 09:58:51 · 2979 阅读 · 0 评论 -
Xmanager 远程桌面卡,一卡一卡的
最近突然卡了,原来挺好, 本以为是网最近不好导致的,后来发现不是, 重装win7系统后好了:)原创 2018-01-16 15:18:27 · 4986 阅读 · 0 评论 -
查看一个github用户的总star数
nodejs项目,简单易用:https://github.com/yyx990803/starz原创 2019-02-19 10:07:21 · 2232 阅读 · 0 评论 -
强烈推荐刘洋老师的“如何写NLP论文”PPT
强烈推荐刘洋老师的“如何写NLP论文”PPT链接: http://nlp.csai.tsinghua.edu.cn/~ly/talks/cwmt14_tut.pdf原创 2019-09-05 14:07:10 · 1150 阅读 · 0 评论 -
eclipse mars python插件 和 scala插件
http://download.youkuaiyun.com/detail/icaoweiwei/9410708http://download.youkuaiyun.com/detail/a646468568/9377692原创 2016-03-04 10:02:48 · 1863 阅读 · 0 评论 -
idea python sdk
在Open Module Settings里的Dependencies里的New…可以设置原创 2016-03-03 18:31:23 · 4432 阅读 · 0 评论 -
Eclipse CDT run报错 Binary not found
仔细看输出信息还是代码有错误,但在editor上没有提示。 代码全都ok了,也就会自动生成Binaries原创 2016-01-26 11:39:56 · 866 阅读 · 0 评论 -
John carmark 访谈原文
1. Inazuma asks: I know that you and id are doing simultaneous development of Q3 for Windows, Mac and Linux. Which of those is your favorite OS to use, and which to program for?John Carmack Answ翻译 2014-08-08 13:48:21 · 2484 阅读 · 0 评论 -
微信开发示例参考
杜旭 翰云 13:39:46这是认证和自动回复的MZ2 13:39:53哦……main在哪server启动在哪杜旭 翰云 13:40:59这是应答微信服务器发送过来的请求的你没法单独使用MZ2 13:41:25它应该是一直运行着的吧杜旭 翰云 13:42:07这个文件是放在服务器指定目录下的MZ2 13:42:18哦。。有别的原创 2014-05-29 13:45:43 · 2466 阅读 · 0 评论 -
GWT , tomcat 部署失败 404
看日志发现类找不到,然后发现是类原创 2014-07-02 10:44:48 · 956 阅读 · 0 评论 -
Serialization
Serialization is the process of turning an object in memory into a stream of bytes so you can do stuff like store it on disk or send it over the network. Deserialization is the reverse process: turn原创 2014-04-08 10:58:01 · 855 阅读 · 0 评论 -
Thread and Process
Both processes and threads are independent sequences of execution. The typical difference is that threads (of the same process) run in a shared memory space, while processes run in separate memory s原创 2014-04-08 10:58:40 · 883 阅读 · 0 评论