首页 > 2015年04月11日 > 全部分享
weblogic使用脚本部署
--本机(1)./oracle/Middleware/wlserver_10.3/common/bin/wlst.sh(2)connect('weblogic','weblogic1','t3://localhost:7001')(3)progress=deploy(appName='t2',pat...
分类:Web开发   时间:2015-04-11 08:53:33    收藏:0  评论:0  赞:0  阅读:383
目前常见的Web服务器
首先介绍Web服务器是什么Web服务器一般指网站服务器,是指驻留于因特网上某种类型计算机的程序,可以向浏览器等Web客户端提供文档,我们可以放置网站文件,让全世界浏览;可以放置数据文件,让全世界下载常见的Web服务器有哪些Apache(http://httpd.apache.org/):Apache...
分类:Web开发   时间:2015-04-11 08:53:23    收藏:0  评论:0  赞:0  阅读:308
Rainyday.js – Rendering Raindrops with JavaScript
Posted· Category:GPL License,Tools直击现场The idea behindRainyday.jsis to create a JavaScript library that makes use of the HTML5 canvas to render an anim...
分类:编程语言   时间:2015-04-11 08:53:13    收藏:0  评论:0  赞:0  阅读:298
[BZOJ2243][SDOI2011]染色 解题报告|树链剖分
Description给定一棵有n个节点的无根树和m个操作,操作有2类:1、将节点a到节点b路径上所有点都染成颜色c;2、询问节点a到节点b路径上的颜色段数量(连续相同颜色被认为是同一段),如“112221”由3段组成:“11”、“222”和“1”。请你写一个程序依次完成这m个操作。 与上一题差别....
分类:其他   时间:2015-04-11 08:52:43    收藏:0  评论:0  赞:0  阅读:135
hihocoder(1014) Trie树
Trie树又称单词查找树,多应用与搜索引擎或者输入法的词频统计,利用字符串的公共前缀加快查找速度。第一次接触,不过代码还是比较好写的。Impl: 1 #include 2 #include 3 #include 4 5 struct TrieTree 6 { 7 int count;...
分类:其他   时间:2015-04-11 08:52:23    收藏:0  评论:0  赞:0  阅读:254
android code bbs for developer
http://bbs.aiyingli.com/forum.phphttp://www.eoeandroid.com/http://www.javaapk.com/demoTo be continue -------
分类:移动平台   时间:2015-04-11 08:52:13    收藏:0  评论:0  赞:0  阅读:317
How to trim and edit videos in Photos for OS X
Don't let the name fool you, Photos for OS X also stores all your videos.Whether you synced them from your iPhone or iPad usingiCloud Photo Library or...
分类:其他   时间:2015-04-11 08:52:03    收藏:0  评论:0  赞:0  阅读:192
高性能JSON解析器及生成器RapidJSON
RapidJSON是腾讯公司开源的一个C++的高性能的JSON解析器及生成器,同时支持SAX/DOM风格的API。直击现场RapidJSON是腾讯公司开源的一个C++的高性能的JSON解析器及生成器,同时支持SAX/DOM风格的API。项目源码地址:Github托管:https://github.c...
分类:Windows开发   时间:2015-04-11 08:51:53    收藏:0  评论:0  赞:0  阅读:222
python use pymysql
import pymysqlconn = pymysql.connect(host='localhost', port=3306, user='root', passwd='123456', db='mydb')cur = conn.cursor()cur.execute("SELECT * FRO...
分类:数据库技术   时间:2015-04-11 08:51:43    收藏:0  评论:0  赞:0  阅读:247
结巴分词中的词性对照
结巴分词标注兼容_ICTCLAS2008汉语词性标注集2014-01-20 | ouyang78... download计算所汉语词性标记集Version 3.0制订人:刘群 张华平 张浩计算所汉语词性标记集... 10. 说明... 11. 名词 (1个一类,7个二类,5个三类...
分类:其他   时间:2015-04-11 08:51:33    收藏:0  评论:0  赞:0  阅读:1111
Java知多少(32)instanceof
多态性带来了一个问题,就是如何判断一个变量所实际引用的对象的类型 。 C++使用runtime-type information(RTTI),Java 使用 instanceof 操作符。instanceof 运算符用来判断一个变量所引用的对象的实际类型,注意是它引用的对象的类型,不是变量的类型。请...
分类:编程语言   时间:2015-04-11 08:51:25    收藏:0  评论:0  赞:0  阅读:251
QQ空间玩吧HTML5游戏引擎使用比例分析
GameLook报道/“Cocos 2015开发者大会(春季)”于4月2日在国家会议中心圆满落下帷幕。在会上全新的3D编辑器,Cocos Runtime等产品重磅公布,给业界带来了Cocos这款国产引擎的最新动态。同时Cocos引擎创始人王哲也提到在目前国内最重要的HTML5游戏渠道玩吧中Cocos...
分类:Web开发   时间:2015-04-11 08:51:13    收藏:0  评论:0  赞:0  阅读:268
Hunting for top class Java developers
Requirement: --------------------- * You **MUST** have excellent communication skills in English (both verbal and oral) * Real talent programmer (make sure you understand word **talent**) * Solid e...
分类:编程语言   时间:2015-04-11 07:50:03    收藏:0  评论:0  赞:0  阅读:349
Anagrams
Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.solution:直接乘会超时~~所以只能用递归~~public clas...
分类:其他   时间:2015-04-11 07:48:53    收藏:0  评论:0  赞:0  阅读:109
译文---C#堆VS栈(Part Two)
前言 在本系列的第一篇文章《C#堆栈对比(Part One)》中,介绍了堆栈的基本功能和值类型以及引用类型在程序运行时的表现,同时也包含了指针作用的讲解。 本文为文章的第二部分,主要讲解参数在堆栈的作用。 注:限于本人英文理解能力,以及技术经验,文中如有错误之处,还请各位不吝指出。目录C#堆栈对比(...
分类:Windows开发   时间:2015-04-11 07:48:43    收藏:0  评论:0  赞:0  阅读:332
Leetcode: Binary Tree Right Side View
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom.For exam...
分类:其他   时间:2015-04-11 07:48:33    收藏:0  评论:0  赞:0  阅读:126
Python 多线程教程:并发与并行
在批评Python的讨论中,常常说起Python多线程是多么的难用。还有人对 global interpreter lock(也被亲切的称为“GIL”)指指点点,说它阻碍了Python的多线程程序同时运行。因此,如果你是从其他语言(比如C++或Jav...
分类:编程语言   时间:2015-04-11 06:47:24    收藏:0  评论:0  赞:0  阅读:246
使用redis存储session
1、安装httpd,epel,redis,php的redis扩展yuminstall-yepel*(先安装epel扩展YUM源)yuminstall-yhttpdredisphp*redis(安装了epel之后,再安装redis,与php的redis扩展)2、启动httpd,redisservicehttpdrestartserviceredisrestart3、vim/var/www/html/01.php<?phpphpinfo();?>..
分类:其他   时间:2015-04-11 06:46:54    收藏:0  评论:0  赞:0  阅读:235
php代码修改php配置
分类:Web开发   时间:2015-04-11 06:46:43    收藏:0  评论:0  赞:0  阅读:138
使用memcache存储session
1、安装epel,memcached,php,httpd,php的memcache扩展yuminstall-yepel*yuminstall-yhttpdphpmemcachedphp*memcache2、启动httpd,memcacheservicehttpdstartmemcached-d-m20-uroot-p120003、vim/var/www/html/04.php<?phpphpinfo();?>浏览器打开http://192.168.20.95/04.p..
分类:系统服务   时间:2015-04-11 06:46:34    收藏:0  评论:0  赞:0  阅读:197
1527条   上一页 1 ... 65 66 67 68 69 ... 77 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!