码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
HDU 5744 Keep On Movin (思维题,水题)
Problem Description Professor Zhang has kinds of characters and the quantity of the i-th character is ai. Professor Zhang wants to use all the charact ...
分类:其他好文   时间:2017-07-24 09:51:47    阅读次数:128
pm2 启动配置文件设置
C:\Users\Administrator\.pm2 ecosystem.config.js module.exports = { /** * Application configuration section * http://pm2.keymetrics.io/docs/usage/appli ...
分类:其他好文   时间:2017-07-24 01:31:29    阅读次数:466
Leetcode Array 1 twoSum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2017-07-24 01:30:06    阅读次数:170
VIM YCM 插件安装问题记录
参考: https://github.com/yangyangwithgnu/use_vim_as_ide https://github.com/Valloric/YouCompleteMe 根据 https://github.com/Valloric/YouCompleteMe 中的full in ...
分类:系统相关   时间:2017-07-24 01:22:50    阅读次数:393
删除Remote Desktop的连接历史记录
http://blog.csdn.net/zmq570235977/article/details/50461739 如果经常使用远程桌面连接不同的虚拟机,就会在远程桌面里留下一堆连接的历史纪录,像这样 不过这个是已经被我清理后的结果。 清理记录的方法: 1、运行注册表regedit 2、定位到HK ...
分类:其他好文   时间:2017-07-24 00:15:29    阅读次数:187
mysql5.7.17 zip 解压安装详细过程
http://www.jb51.net/article/104795.htm 一、下载地址 https://dev.mysql.com/downloads/mysql/,选择合适版本进行下载。 二、解压文件到指定目录 例如,我的mysql目录为“D:\Program Files\mysql57”,在 ...
分类:数据库   时间:2017-07-24 00:13:46    阅读次数:280
eclipse搭建maven的web项目(SSM框架)
1.File -> New -> Other,在New窗口中选择 Maven -> Maven Project;点击next 选择项目路径 Usedefault Workspace location默认工作空间 2.选择项目类型 在Artifact Id中选择maven-archetype-weba ...
分类:Web程序   时间:2017-07-24 00:08:00    阅读次数:1230
[Angular] HostListener Method Arguments - Blocking Default Keyboard Behavior
We are going to see how to using method arguments for @HostListener. First, we can use HostListener without method arguments: It works fine. But if we ...
分类:其他好文   时间:2017-07-23 22:44:01    阅读次数:274
php+mysql入门笔记
一 :Web开发分为 1.静态web开发(html页面) 2..动态web开发。 发帖,网上支付,发短信,发邮件。 Php是嵌入到html代码中,php脚本运行在服务器端。 二:数据库编程 1.Mysql 2.Mysqli pdo 1.mysql环境的搭建。 在php。Ini中配置mysql扩展库 ...
分类:数据库   时间:2017-07-23 22:40:46    阅读次数:210
Sublime Text 3配置JavaScript运行环境
1、系统安装配置Node.js https://nodejs.org/en/ 2、Sublime 依次点击 菜单栏 Tools => Build System => New Build System 3、在打开的新编译系统界面输入如下代码并存储为“JavaScript.sublime-build”或 ...
分类:编程语言   时间:2017-07-23 21:17:09    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!