Node.js is a platform for building server side applications and command line tools using JavaScript. In this post, we'll be looking at how to install ...
分类:
Web程序 时间:
2020-05-26 01:23:39
阅读次数:
91
The Node.js framework is mostly used to create server based applications. The framework can easily be used to create web servers which can serve conte ...
分类:
Web程序 时间:
2020-05-24 00:54:25
阅读次数:
90
php-mac环境变量设置 sudo vi ~/.bash_profile# 添加一行。注意 PHP5.4.10 修改成你正在运行的 PHP 版本目录名称export PATH="/Applications/MAMP/bin/php/php5.4.10/bin:$PATH"# 保存,退出# 运行一下 ...
分类:
Web程序 时间:
2020-05-21 09:42:00
阅读次数:
192
此方法基于 deepin-wine 实现1、管理员权限打开 /usr/share/applications/2、新建文本文件 wine.desktop ,并输入以下内容: [Desktop Entry] Name=Deepin-wine Exec=deepin-wine %F Type=Applic ...
分类:
其他好文 时间:
2020-05-13 09:17:50
阅读次数:
230
A - Applications ZOJ - 3705 题目大意:为大学ACM挑选新队员,计算总分,择优录取。总分=题目总分+比赛+线上赛+性别。 思路:。。。又爱又恨的大模拟,没什么好说的,注意不要让字符读取了空格。 代码: 1 #include <bits/stdc++.h> 2 using n ...
分类:
其他好文 时间:
2020-05-06 01:05:13
阅读次数:
52
https://electronjs.org/ 1: About Electron Electron is an open source library developed by GitHub for building cross-platform desktop applications with ...
分类:
其他好文 时间:
2020-05-05 23:31:00
阅读次数:
73
It is said that in 2011, there are about 100 graduate schools ready to proceed over 40,000 applications in Zhejiang Province. It would help a lot if y ...
分类:
其他好文 时间:
2020-04-29 21:35:39
阅读次数:
64
1.在/usr/share/applications,首先在该目录下创建一个Pycharm.desktop sudo gedit /usr/share/applications/Pycharm.desktop 2 然后输入以下内容: [Desktop Entry]Type=ApplicationNa ...
分类:
系统相关 时间:
2020-04-27 10:05:05
阅读次数:
72
安装composer.进入nginx主目录cd/Applications/MAMP/htdocs/设置国内镜像,执行composerconfig-grepo.packagistcomposerhttps://packagist.phpcomposer.com下载laravel,composerglobalrequire"laravel/installer新建laravel项目compos
分类:
其他好文 时间:
2020-04-23 00:21:28
阅读次数:
115
原文 https://docs.pmem.io/persistent memory/getting started guide/what is pmdk PMDK IntroductionWith persistent memory, applications have a new tier ava ...
分类:
其他好文 时间:
2020-04-19 19:31:35
阅读次数:
81