码迷,mamicode.com
首页 >  
搜索关键字:applications    ( 1841个结果
Installing Node.js & NPM on Ubuntu
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
Create First HTTP Web Server in Node.js: Complete Tutorial
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系统 环境变量设置
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下直接运行exe的方法
此方法基于 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
2020劳动节训练赛(2)
A - Applications ZOJ - 3705 题目大意:为大学ACM挑选新队员,计算总分,择优录取。总分=题目总分+比赛+线上赛+性别。 思路:。。。又爱又恨的大模拟,没什么好说的,注意不要让字符读取了空格。 代码: 1 #include <bits/stdc++.h> 2 using n ...
分类:其他好文   时间:2020-05-06 01:05:13    阅读次数:52
electron学习系列一
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
1080 Graduate Admission
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
ubuntu中如何创建pycharm快捷方式图标
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
laravel 安装
安装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
PMDK Introduction
原文 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
1841条   上一页 1 ... 6 7 8 9 10 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!