码迷,mamicode.com
首页 >  
搜索关键字:normal    ( 3317个结果
css文字样式
font-size 在body设置, 在p中设置会优先于body font-italic 斜体 font-oblique 斜体 font-weight font-weight: normal 恢复正常 font-weight:bold 加粗 //用这个就行,其他无效 font-weight:bold ...
分类:Web程序   时间:2018-09-07 21:36:17    阅读次数:212
white-space word-break word-wrap 区别
white-space 用于处理空格、回车 可取值:nowrap、normal nowrap:不会折行 normal:空格忽略,默认值 常用省略号 word-break 词内换行 可取值:break-word、break-all、normal break-word:单词换行 break-all:所有 ...
分类:其他好文   时间:2018-09-06 20:00:24    阅读次数:176
Chisel3-Intellij IDEA安装Scala插件
后续开启RISC-V开发相关内容。 RISC-V开发推荐使用Chisel编程语言。Chisel即Constructing Hardware in a Scala Embedded Language: Chisel is an open-source hardware construction lan ...
分类:其他好文   时间:2018-09-04 23:29:13    阅读次数:537
ORACLE导出导入意外终止导致 ORACLE initialization or shutdown in progress 问题解决
由于意外情况导致 ORACLE initialization or shutdown in progress 个人理解为主要是归档日志出现问题, 首先cmd 1.sqlplus /nolog 进入sqlplus 2.connect /as sysdba 连接dba 3.shutdown normal ...
分类:数据库   时间:2018-09-03 12:04:45    阅读次数:284
MSD6A358AX芯片总结
芯片 GPIO 分为待机有电的 GPIO(PM GPIO)和待机掉电的 GPIO(Non-PM GPIO)。a. 使用 PM GPIO 口时,必须使用 Standby 电源上拉;Non-PM GPIO 口必须使用 Normal 电源上拉。b. GPIO 分 3.3V 和 5V 两种耐压,一般采用 3 ...
分类:其他好文   时间:2018-09-03 11:11:58    阅读次数:3785
php超时时间
PHP脚本的执行有三种状态: 0 - NORMAL(正常) 1 - ABORTED(异常退出) 2 - TIMEOUT(超时) NORMAL 状态为正常执行,ABORTED状态为客户端终端链接,TIMEOUT状态为PHP执行时间超出时限。 那么问题来了:PHP的执行时限是多少呢? PHP内部有一个计 ...
分类:Web程序   时间:2018-09-03 02:25:40    阅读次数:213
jenkins2
创建工程,创建一个任务就是创建一个工程。 需要注意这个路径, 下面的url要这么写。 添加svn的账号和密码 注意:此时 Jenkins 的工作区中还没有代码,需要执行一次构建操作之后Jenkins 才会下载代码。 编译打包的结果。 回到工程的配置: 构建可以拿到war包到toomcat 要有dep ...
分类:其他好文   时间:2018-09-02 15:28:40    阅读次数:207
diff命令详解
基础命令学习目录首页 原文链接:https://www.cnblogs.com/wangqiguo/p/5793448.html 阅读目录 1.概述 2.diff如何工作,如何理解diff的执行结果 3.Normal模式 4.Context模式 5.Unified模式 6.比较目录 7.一些有用的参 ...
分类:其他好文   时间:2018-09-02 01:47:40    阅读次数:222
Django-Content-type用法
from django.db import models from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes.fields import GenericRelation... ...
分类:其他好文   时间:2018-09-02 00:09:25    阅读次数:207
putty-gns3
hcl-cloud用的就是这个putty http://forum.gns3.net/topic5016.html File comment: Compiled PuTTY 0.62 for windows:1 - Normal PuTTY with this patch.2 - Standalon ...
分类:其他好文   时间:2018-09-01 21:59:31    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!