码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
IE常见bug及其修复方法
一、双边距浮动的bug 1.1一段无错的代码把一个居左浮动(float:left)的元素放置进一个容器盒(box) 2.1在浮动元素上使用了左边界(margin-left)来令它和容器的左边产生一段距离 在ie6或更低版本中产生双倍外边距 修复方法 在浮动元素上添加display:inline属性即 ...
分类:其他好文   时间:2017-04-12 03:02:57    阅读次数:286
Note for "Some Remarks on Writing Mathematical Proofs"
John M. Lee is a famous mathematician, who bears the reputation of writing the classical book "Introduction to Smooth Manifolds". In his article, "Som ...
分类:其他好文   时间:2017-04-08 18:37:36    阅读次数:233
How to turn on syntax highlighting in osx
put follow code in ~/.vimrc ...
分类:其他好文   时间:2017-04-08 10:07:08    阅读次数:179
Opencv 3.2.0 模块简介
1.core The Core Functionality.包含核心数据结构及函数功能的定义 2.imgproc Image Processing 3.imgcodecs Image file reading and writing 4.videoio Media I/O 5.highgui Hig ...
分类:其他好文   时间:2017-04-07 16:58:08    阅读次数:461
My First Blog - How to choose a handy Markdown writing tool
My First Blog - How to choose a handy Markdown writing toolMARKDOWNTOOLSWhen I decided to learn and use Markdown as my daily note-taking method, I rea... ...
分类:其他好文   时间:2017-04-07 16:52:35    阅读次数:184
Java的身份证号码工具类
/** * Copyright (C) 2009-2010 Yichuan, Fuchun All rights reserved. * Licensed to the Apache Software Foundation (ASF) under one or more * contributor ... ...
分类:编程语言   时间:2017-04-06 18:26:27    阅读次数:242
Linux问题集锦
一些会遇到的问题,我会不断更新问题集锦~ 1、vi / vim保存文件时遇到的问题:E212: Can't open file for writing 在vi / vim下输入w或wq!保存编辑的文件时,将会出现这种错误:E212: Can't open file for writing 用户权限问 ...
分类:系统相关   时间:2017-04-04 23:31:36    阅读次数:196
ora-12170 与 Oracle lsnrctl
在startup 启动数据库后,使用plsql去连接数据库时, 出现ora-12170 错误: 在启动、关闭或者重启oracle监听器之前确保使用lsnrctl status命令检查oracle监听器的状态: 1、$lsnrctl status:检查当前监听器的状态 2、$lsnrctl start ...
分类:数据库   时间:2017-04-02 10:23:33    阅读次数:241
mongodb备份与恢复
mongodb中逻辑备份工具mongodump和mongorestore工具可以对当前mongodb数据库进行备份、恢复操作。 当前数据库结构: MongoDB Enterprise > show dbsadmin 0.000GBdbking 0.000GBlocal 0.000GBMongoDB ... ...
分类:数据库   时间:2017-04-01 13:56:53    阅读次数:450
Writing a Simple Service and Client (C++)
Here we'll create the service ("add_two_ints_server") node which will receive two ints and return the sum. Change directories to your beginner_tutoria ...
分类:编程语言   时间:2017-04-01 09:37:46    阅读次数:289
842条   上一页 1 ... 39 40 41 42 43 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!