码迷,mamicode.com
首页 >  
搜索关键字:the systems    ( 1149个结果
oracle之 oradebug 命令用法
1> oradebug有哪些可用命令? 以sysdba身份登陆数据库,通过oradebug help可以看到oradebug常用命令 sqlplus / as sysdba oradebug help 2> 跟踪当前会话信息 oradebug setmypid --跟踪当前会话 oradebug s ...
分类:数据库   时间:2017-08-17 00:52:19    阅读次数:256
List of content management systems
https://en.wikipedia.org/wiki/List_of_content_management_systems Microsoft ASP.NET ...
分类:其他好文   时间:2017-08-15 14:20:42    阅读次数:173
Scalable, Distributed Systems Using Akka, Spring Boot, DDD, and Java--转
原文地址:https://dzone.com/articles/scalable-distributed-systems-using-akka-spring-boot-ddd-and-java When data that needs to be processed grows large and ...
分类:编程语言   时间:2017-08-14 13:29:20    阅读次数:400
Linux的磁盘配额详解(Quota)
1. 检查内核情况 检查当前内核是否支持quota,当前内核配置文件在/boot下 如果当前内核不支持quota,需要重新编译内核将quota support编译进核心: File systems > [*] Quota support 2. 修改/etc/fstab,对所选文件系统激活配额选项 v ...
分类:系统相关   时间:2017-08-12 20:26:29    阅读次数:269
apache zookeeper的安装
original article:http://zookeeper.praveendeshmane.co.in/zookeeper/zookeeper-3-4-6-single-server-setup-on-ubuntu-14-04.jsp Apache ZooKeeper is a softwa ...
分类:Web程序   时间:2017-08-12 18:53:48    阅读次数:240
改变邮件组显示格式
按公司要求把已经存在的城市+部门(bjxxx,xmxxx)邮件组改成部门+城市(xxxbj,xxxxm)格式。注意:原来的bjxxx组里已经有人员,需要把原来的人员都删除,然后再添加xxxbj邮件组。#!/usr/bin/python importsys sys.path.append(‘/sw/systems/shared/python‘) fromDBimportDB con..
分类:其他好文   时间:2017-08-08 19:35:19    阅读次数:107
Links of All in Twente(Updatesd Aug,7th)
Tutorials for Recommender Systems: 1.Implementing your own recommender systems in python 2.Beginners' guide to Non-negative Matrix Factorization 3.Alt ...
分类:其他好文   时间:2017-08-08 19:35:10    阅读次数:124
java,压缩jar,查看jar,解压jar
1、压缩jar 新建文件Mymoon.mf。 内容: Manifest-Version: 1.0Main-Class: TestCreate-By: 1.4(Sun Microsystems Inc.) 命令行在输入:jar cfm Test.jar Mymoon.mf A.java B.java。 ...
分类:编程语言   时间:2017-08-07 16:36:45    阅读次数:177
Android SecurityException
public boolean checkNetwork() { boolean result = false; try { Context context = this.getApplicationContext(); ConnectivityManager connectivityMgr = (C ...
分类:移动开发   时间:2017-08-05 00:11:50    阅读次数:424
1149条   上一页 1 ... 47 48 49 50 51 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!