码迷,mamicode.com
首页 >  
搜索关键字:ict    ( 3171个结果
更改Ubuntu系统为国内阿里镜像源
Ubuntu系统中,经常会使用apt-get等命令安装软件,但是由于系统默认的镜像源是国外的,所以软件的下载和更新操作非常的缓慢,因此把软件镜像源修改为国内的话,可以大大提高下载更新速度,这里将会把软件镜像源改为阿里的,操作步骤如下: 首先进入/etc/apt目录下, 可以看到sources.lis ...
分类:系统相关   时间:2020-02-28 22:57:15    阅读次数:126
Git分支使用
创建分支 easy: git checkout b my test //在当前分支下创建my test的本地分支分支 git push origin my test //将my test分支推送到远程 git branch set upstream to=origin/my test //将本地分支 ...
分类:其他好文   时间:2020-02-28 15:41:31    阅读次数:54
2.27
1,复习 1,hazard,risk 2,herald, a sign of something ,prediction. 3,incongruous,not proper,suitable. 4,intrepid,brave,courgeous. 5,intricate,complexed,com ...
分类:其他好文   时间:2020-02-28 14:20:21    阅读次数:65
python,pandas常用函数
一、rename,更改df的列名和行索引 1 df=pd.DataFrame(np.arange(1,10).reshape(3,3)) 2 print(df) 3 print(type(df)) 4 结果为: 5 0 1 2 6 0 1 2 3 7 1 4 5 6 8 2 7 8 9 9 <cla ...
分类:编程语言   时间:2020-02-28 12:09:02    阅读次数:107
保存为pickle
保存为pickle 保存为joblib 参考:https://www.cnblogs.com/lianyingteng/p/7811126.html ...
分类:其他好文   时间:2020-02-27 23:34:08    阅读次数:56
House of Force
原理: House of Force是通过修改top chunk的size从而通过分配内存达到任意地址写的目的。先看看glibc的源码: victim = av->top; //取出top_chunk的地址 size = chunksize (victim); //计算top_chunk的size ...
分类:其他好文   时间:2020-02-27 20:52:55    阅读次数:58
springboot整合数据库
springboot整合数据库 整合jdbc 1. 依赖 2. 配置 3. controller实现CRUD 整合druid springboot默认使用hikari作为数据源,但也可以使用其他数据源,只需要修改配置文件中spring.datasource.type屬性即可 1. 依赖 2. app ...
分类:数据库   时间:2020-02-26 17:20:43    阅读次数:105
配置ES IK分词器自定义字典
1.编辑IKAnalyzer.cfg.xml文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <co ...
分类:其他好文   时间:2020-02-26 11:33:27    阅读次数:134
requests访问页面时set-cookie获取cookie
import requests headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', 'cookie': '' } url = "http ...
分类:其他好文   时间:2020-02-26 11:33:08    阅读次数:150
炫酷的字体效果
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>案例:炫酷的字体效果</title> </head> <style type="text/css"> .{ padding: 0; margin: 0; } body { widt ...
分类:其他好文   时间:2020-02-25 23:08:32    阅读次数:79
3171条   上一页 1 ... 39 40 41 42 43 ... 318 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!