码迷,mamicode.com
首页 >  
搜索关键字:dia    ( 3174个结果
pycharm连接Ubuntu
首先我们打开pycharm,点击tools选择deployment中的configuration。 然后会打开这个界面,随便起个名字,type选择SFTP. 在Ubuntu中查看ip 将ip填入host框中,并输入用户名和密码。 点击更多打开Ubuntu的目录,能打开的话说明连接成功,选择一个自己能 ...
分类:系统相关   时间:2019-01-08 20:57:22    阅读次数:253
3星|正和岛《本质》:20年以来商界大佬们的代表性文章32篇
本质 32篇商界大佬们的代表性演讲稿/文章,再加8篇经济学家/媒体人的文章。演讲稿/文章的写作时间从20年前到2018年不等。演讲稿/文章大多是早已公开可见的。 内容上大多偏虚,大佬们说自己公司,远不如外人说的好。举个例子,雷军的那篇我认为最好,有效信息最多,但是说起2017年小米手机走出下滑趋势的 ...
分类:其他好文   时间:2019-01-07 22:41:36    阅读次数:384
c++ primer plus 第四章 课后题答案
#include #include using namespace std; int main() { string first_name; string last_name; char grade; int age; cout > grade; cout > age; cout #include ... ...
分类:编程语言   时间:2019-01-06 21:56:12    阅读次数:299
matplotlib--设置线条颜色及形状
一、控制颜色 b--blue c--cyan(青色) g--green k--black m--magenta(紫红色) r--red w--white y--yellow 颜色有三种表示方法,可以用全名,也可以用16进制,也可用RGB或RGBA元组 二、控制线型 - 实线-- 短线-.短点相间线: ...
分类:其他好文   时间:2019-01-06 19:20:55    阅读次数:270
XXE: XML eXternal Entity Injection vulnerabilities
From:https://www.gracefulsecurity.com/xml-external-entity-injection-xxe-vulnerabilities/ Here’s a quick write-up on XXE, starting with how to detect t ...
分类:其他好文   时间:2019-01-06 18:52:53    阅读次数:149
通用Mapper
原理是:拦截器 1、假设:使用MyBatis只需要定义Mapper接口,无需编写Mapper.xml文件 如果实现无需编写Mapper.xml文件,我们必须要实现动态拼接SQL 如何实现动态拼接SQL语句? 思路:编写Mybatis的插件,在执行过程中动态生成SQL语句 2、简介: Mybatis通 ...
分类:移动开发   时间:2019-01-06 18:25:20    阅读次数:1910
node.js中Buffer缓冲器的使用
一、什么是Buffer Buffer缓冲器是用来存储输入和输出数据的一段内存。js语言没有二进制数据类型,在处理TCP和文件流的时候,就不是很方便了。 所以node.js提供了Buffer类来处理二进制数据,Buffer类是一个全局变量,Buffer在创建的时候大小就固定了,无法改变。 Buffer ...
分类:Web程序   时间:2019-01-06 18:09:21    阅读次数:253
QT快速读取Excel
1 //QT+=axcontainer 2 3 #include 4 #include 5 #include 6 #include 7 8 void getExcelContent(QList>& result) 9 { 10 QString filePath=QFileDialog::getOpe... ...
分类:其他好文   时间:2019-01-06 11:57:49    阅读次数:198
649. Dota2 Senate
In the world of Dota2, there are two parties: the Radiant and the Dire. The Dota2 senate consists of senators coming from two parties. Now the senate ...
分类:其他好文   时间:2019-01-05 22:43:57    阅读次数:127
To rename a docker image
To rename an image, you give it a new tag, and then remove the old tag using the ‘rmi’ command: $ docker tag <old_name> <new_name> $ docker rmi <old_n ...
分类:其他好文   时间:2019-01-05 13:34:14    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!