码迷,mamicode.com
首页 >  
搜索关键字:archive    ( 14444个结果
Ubuntu18.04下安装anaconda3
1.在清华镜像中找到anaconda3-4.2.0(python3.5.2版本).sh https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 2.cd到anaconda下载地址,修改文件名为Anaconda3.sh(方便) $ bash Ana ...
分类:系统相关   时间:2019-08-09 01:07:25    阅读次数:129
C# winform窗体简单保存界面控件参数到xml
原文:C# winform窗体简单保存界面控件参数到xml 引用网上的 XMLHelper 地址 :https://www.cnblogs.com/chnboy/archive/2009/04/02/1427652.html 稍做修改 using System; using System.Linq;... ...
分类:Windows程序   时间:2019-08-08 23:42:06    阅读次数:153
Ubuntu18.04开机动画(bootsplash)安装
一、搜索喜欢的主题 1、通过软件源搜索,这个比较简单但是没有太喜欢的。 pipci@Ubuntu:~$ sudo apt search plymouth-theme 2、自己到https://www.gnome-look.org/去下载喜欢的主题 二、安装主题,这里只说明通过https://www. ...
分类:系统相关   时间:2019-08-07 22:40:06    阅读次数:178
OCP-052考试题库汇总(21)-CUUG内部解答版
WhichtwoaretrueabouttheArchive(ARCn)processes?A)Theyarchiveredodirectlyfromtheredologbuffer.B)Theyareusedduringinstancerecovery.C)Theyautomaticallydeleteobsoletearchivelogstomakespacefornewarchivelogs
分类:其他好文   时间:2019-08-07 10:46:30    阅读次数:103
OCP-052考试题库汇总(21)-CUUG内部解答版
Which two are true about the Archive (ARCn) processes? A)They archive redo directly from the redo log buffer. B)They are used during instance recovery ...
分类:其他好文   时间:2019-08-07 10:44:48    阅读次数:126
unixbench
1.下载 https://github.com/kdlucas/byte-unixbench/archive/v5.1.3.tar.gz 2.修改Makefile 交叉编译 #CC=gccCC = arm-linux-gnueabihf-gcc 3.make 4.修改Run 将main函数中的 pr ...
分类:其他好文   时间:2019-08-04 19:30:22    阅读次数:138
Tomcat各版本及源码包下载
Tomcat各版本及源码包下载 1、百度 Tomcat 进入官网2、Tomcat 官网地址:http://tomcat.apache.org/3、所有 Tomcat 版本及源码包下载地址:https://archive.apache.org/dist/tomcat/ ...
分类:其他好文   时间:2019-08-03 14:34:11    阅读次数:243
zookeeper+dubbo+demo
zookeeper下载地址 https://archive.apache.org/dist/zookeeper/ zookeeper安装和使用 windows环境 https://blog.csdn.net/tlk20071/article/details/52028945 当当Dubbox htt ...
分类:其他好文   时间:2019-07-31 18:28:32    阅读次数:96
C#获取字符串的拼音和首字母
原文:C#获取字符串的拼音和首字母在C#中我们想要获取字符串的拼音并不是那么困难的,在网上看到很多都是特别笨的方式来实现,其实各有各的好处吧,如果使用了下方法方式,它不知道多音字,这就是一个问题。 /// /// 获取全拼 /// /// /// public static string GetFu... ...
分类:Windows程序   时间:2019-07-30 21:35:56    阅读次数:99
HTML5入门
HTML5的初步认识 一、HTML5的初步认识 关于html5的一些历史可以通过这篇博客了解:https://www.cnblogs.com/fly_dragon/archive/2012/05/22/2513716.html 1.为HTML5建立的一些规则: 新特性应该基于HTML、CSS、DOM ...
分类:Web程序   时间:2019-07-30 12:56:57    阅读次数:193
14444条   上一页 1 ... 72 73 74 75 76 ... 1445 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!