码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
CSS 学习笔记
CSS Introduction:CSS stands for Cascading Style SheetsCSS describes how HTML elements are to be displayed on screen, paper, or in other mediaCSS Synta...
分类:Web程序   时间:2015-12-25 17:06:17    阅读次数:158
一个修改版的PHP ajax Tree树形菜单
国外的一个版本,发现有些错误,这两天修正了一下。PHP ajax Tree树形菜单,在PHP中快速实现一个目录列表类型的树形菜单,十分简洁漂亮,在PHP中应用广泛,本菜单基于Javascript和 XML技术实现。欢迎二次开发完善。演示地址:http://www.codesc.net/other/p...
分类:Web程序   时间:2015-12-25 15:05:42    阅读次数:185
多彩浏览器win10版 隐私声明
(一)隐私保护the app need internet access,we won't need your private information, in other words, your information is safe.本程序不会收集,分享和存储您的个人信息,或者您相关设备的信息。同时...
分类:Windows程序   时间:2015-12-25 13:11:34    阅读次数:165
sed命令
sed命令是文本处理三剑客至流编辑器,或者说是行编辑器。sed的用法如下:结构:sed[OPTION]... {script-only-if-no-other-script} [input-file]...地址界定编辑命令常用选项:-n:不输出模式空间中的内容至屏幕-e script,--expression=script:多点编辑-f/PATH/TO/SED_SCRIPT_FI..
分类:其他好文   时间:2015-12-25 06:34:44    阅读次数:203
Top JavaScript Frameworks, Libraries & Tools and When to Use Them
It seems almost every other week there is a new JavaScript library taking the web community by storm! The web community is increasingly vibrant, diver...
分类:编程语言   时间:2015-12-24 10:30:04    阅读次数:215
Leetcode: Single Number III
Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements ...
分类:其他好文   时间:2015-12-23 07:04:41    阅读次数:213
webService学习五(插入片,---监控方法)
WS Explorer工具的使用:1- web服务浏览器 2-将对应的路径copy到这里-3-4--5--6--请求的数据:7--相应数据二、使用TCP/IP Monitor-拦截HTTP请求头和响应头及Body部分:此工具位于:window>show view>other>MyEclipse C....
分类:Web程序   时间:2015-12-22 21:12:55    阅读次数:242
存储过程中的when others then 和 raise
EXCEPTION when others then rollback; dbms_output.put_line('code:' || sqlcode); dbms_output.put_line('errm:' || sqlerrm); raise;when other...
分类:其他好文   时间:2015-12-22 15:57:28    阅读次数:158
Maven起步--通过Maven创建第一个web项目的图文教程
一、创建项目。创建一个Maven项目也十分简单,选择菜单项File -> New -> Other,在弹出的对话框中选择Maven下的Maven Project,然后点击Next 。1.Eclipse中用Maven创建项目选择MavenProjec。2. 如果要选择工作集的话,可以选add proj...
分类:Web程序   时间:2015-12-21 20:05:17    阅读次数:152
CMake...
http://blog.atime.me/note/cmake.html简单的例子一个完整的Demo可参考这里。假设当前目录的结构为./a.cpp./b.cpp./include/common.h./include/defines.h./other/c.cpp./other/d.cpp./lib/l...
分类:其他好文   时间:2015-12-21 15:42:10    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!