转发:https://www.cnblogs.com/therunningfish/p/6106553.html 命令行报bash:.....:command not found的解决办法(几乎所有命令) 命令行输入命令执行后报“bash:....:command not found”这是由于系统P ...
分类:
其他好文 时间:
2020-07-21 00:56:18
阅读次数:
107
You appear to be running a SWT application. On macOS you must specify the -XstartOnFirstThread option when running the jar to run SWT correctly: jar - ...
最近使用goland 和 clion 进行开发时;发现不能使用中文输入法;就是很尴尬; 通过搜索教程,我使用的时sogou输入法,使用的时fcitx 框架;需要配置环境变量; 这时候,我们需要在启动脚本里加入: export XMODIFIERS="@im=fcitx" export GTK_IM_ ...
分类:
系统相关 时间:
2020-07-19 16:17:08
阅读次数:
167
组件传值 <script> import LunBo from "./LunBo"; export default { name: 'Home', components: {LunBo}, data(){ return { lists:[ {title:'标题1',color:'#ffbb78'}, ...
分类:
其他好文 时间:
2020-07-19 16:10:52
阅读次数:
64
下载与解压 https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/ 选择对应版本之后,解压即可 配置 设置环境变量 vi /etc/profile export MAVEN_HOME=你的安装根目录 # 添加到PATH变量中 export ...
分类:
其他好文 时间:
2020-07-18 00:35:23
阅读次数:
77
两个文件。Makefile,dump_fsdb_vcs.tcl Makefile: #veridi simulation makefile for export f=filelist.f#allall: clean com_vcs run_vcs#start compile com_vcs: vcs ...
分类:
其他好文 时间:
2020-07-17 22:17:56
阅读次数:
107
/** * 截取完整字符串中的host * @param {String} url 地址 * @returns {String} host */ export const GetHost = (url) => { url = url.match(/https?:\/\/([^/]+)\//i); l ...
分类:
Web程序 时间:
2020-07-17 19:18:17
阅读次数:
97
/** * 截取完整字符串中的host * @param {String} url 地址 * @returns {String} host */ export const GetHost = (url) => { url = url.match(/https?:\/\/([^/]+)\//i); l ...
分类:
Web程序 时间:
2020-07-17 16:10:00
阅读次数:
71
How to Create Multiple lists from CSV File? We can use the combination of CSV and PowerShell to create multiple lists in bulk in SharePoint Online. He ...
分类:
系统相关 时间:
2020-07-17 14:13:50
阅读次数:
83
在腾讯云上通过URLOS安装Discuz! Q 起因 之前帮朋友安装Discuz! Q,用的是官方提供的方法。碰巧,今天又有一个朋友说想要安装Discuz! Q体验一下,索性就在腾讯云上用URLOS一键安装算了。 相信很多朋友都用过或听说过Discuz,使用过的朋友都知道,他是一个国内老牌的社区系统 ...
分类:
Web程序 时间:
2020-07-16 22:03:54
阅读次数:
132