码迷,mamicode.com
首页 >  
搜索关键字:文本处理工具 正则表达式 grep cat tac    ( 53434个结果
计算机导论【0037】
计算机导论【0037】 选择 冯.诺依曼的主要贡献是() A)发明了微型计算机 B)提出了存储程序的概念 C)设计了第一台电子计算机 D)设计了高级程序设计语言 计算机硬件由5个基本部分组成,下面( )不属于这5个基本组成部分。 A)运算器和控制器 B)存储器 C)总线 D)输入设备和输出设备 信息 ...
分类:其他好文   时间:2021-06-07 20:12:32    阅读次数:0
Mybatis Generator学习
1.作用 它可以根据数据库中的表,来帮我们生成供mybatis使用使用实体类,xml和接口类。 2.基本用法 在maven的pom文件中引入MBG(MyBatis Generator)jar包 <dependency> <groupId>org.mybatis.generator</groupId> ...
分类:其他好文   时间:2021-06-07 20:05:20    阅读次数:0
QDrag
Header: #include <QDrag>qmake: QT += gui Public Functions QDrag(QObject *dragSource)virtual ~QDrag()Qt::DropAction defaultAction() constQPixmap dragCu ...
分类:其他好文   时间:2021-06-07 20:00:17    阅读次数:0
【刷题困惑】001
为什么c语言要对变量进行初始化? 因为不初始化变量会存放生成的任意值 为什么cout后面要有endl? endl就是end line的意思,也就是“结束此行”,实际上有两个操作: 1、换行; 2、对缓冲流进行冲刷,使得流中所有剩余字符被写入输出序列。 加<<endl后会有一个换行。下次再用cout输 ...
分类:其他好文   时间:2021-06-06 19:45:59    阅读次数:0
camerax——uesecase之preview
添加依赖 def camerax_version = "1.0.0" // CameraX core library using camera2 implementation implementation "androidx.camera:camera-camera2:$camerax_versio ...
分类:其他好文   时间:2021-06-06 19:36:16    阅读次数:0
vue验证登录(Detected an infinite redirection in a navigation guard when going from "/" to "/login". Aborting to avoid a Stack Overflow. This will break in production if not fixed.)
####出现错误 提示信息: router.beforeEach((to, from, next) => { if (!storage.getItem('userInfo')) { console.log('error') next({ path: '/login' }) } else { cons ...
分类:其他好文   时间:2021-06-06 19:32:40    阅读次数:0
Python_发送邮件
import yamailusername = "xxxxxx@qq.com"password = "xxxxxx"host = "smtp.qq.com"# host = "smtp.163.com" #163# host = "smtp.126.com" #qq# smtp.send(to="a ...
分类:编程语言   时间:2021-06-06 19:32:03    阅读次数:0
spring-boot-starter-cache设置
一、SpringBoot 2.x的配置方法; 1、通过spring-boot-starter-cache导入依赖; 2、spring-boot-autoconfigureCache的CacheAutoConfiguration负责全局的cache管理,RedisCacheConfiguration负 ...
分类:编程语言   时间:2021-06-06 19:24:05    阅读次数:0
shell命令查找文件的工具
2021-06-06 关键字:Shell具体应用 需求:在指定目录中查找文件名包含指定字符的文件 - 支持自定义关键字查找 - 支持自定义查找路径及查找关键字 使用方式: 假设这个工具的名称为:fgtool.sh (取意 shell tool for find and grep)。 直接运行此工具, ...
分类:系统相关   时间:2021-06-06 19:18:00    阅读次数:0
Mac brew 启动和关闭php-fpm
启动 % brew services start php@5.6 ==> Successfully started `php@5.6` (label: homebrew.mxcl.php@5.6) jiqing@jiqingdeMacBook-Pro nginx % ps -ef | grep ph ...
分类:Web程序   时间:2021-06-06 19:15:28    阅读次数:0
53434条   上一页 1 ... 13 14 15 16 17 ... 5344 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!