E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Skills(工具技巧)
转,CV和resume的区别
字数控制在1-2页内说实话,一直以来我也就这么认为的,我早早的按照大多数人推荐的格局写好了我的CV(或者说resume),格局和内容就是传统的Education, Research Experience,
Skills
·
2015-11-12 19:49
res
解决IE6下Position:fixed问题
hi.baidu.com/guodong828/blog/item/c52d3e34ab879b315bb5f54a.html 参考地址:http://www.wxwdesign.cn/article/
skills
·
2015-11-12 15:25
position
统计代码行数的小技巧
统计代码行数的小技巧 原文地址:http://zhouhua.github.io/2013/06/20/
skills
/ 在项目中,我们常常有统计代码行数的需要,但是如果不利用第三方工具的话,面对一个项目
·
2015-11-12 15:03
小技巧
jsp 小记
1. select 默认选中: <select name="
skills
" multiple="true"
·
2015-11-12 11:27
jsp
ch1 About thinking
skills
When confronted with a problem , we think about it. The issue, of course, is that our efforts may be fruitful or they may not, depending on the effectiveness of the thinking done. Good thinking is
·
2015-11-11 19:26
kill
关于在线教育和线下教育的六个问题
【Education和Training区别】 Education包含两个方面:一个是说让学生拥有一些最基本的谋生personal
skills
;另外一方面就是教
·
2015-11-11 17:48
教育
组织能力比算法更加重要
这篇文章的原英文标题是Organizational
Skills
Beat Algorithmic Wizardry 。
·
2015-11-11 15:10
算法
Boost::thread库的使用
阅读对象 本文假设读者有几下
Skills
[1]在C++中至少使用过一种多线程开发库,有Mutex和Lock的概念。
·
2015-11-11 09:04
thread
关于提高编程能力的7条建议
英文原文:Advice on improving your programming
skills
编程是非常酷的一件事情,但是在酷炫的背后它对很多人来说还是挺难的。
·
2015-11-11 07:24
编程
手把手教你把Vim改装成一个IDE编程环境(图文)
100768914201111183948607/ ps:(除本文外又发现一篇讲vim的好博文,网址http://easwy.com/blog/archives/advanced-vim-
skills
-catalog
·
2015-11-11 06:39
ide
Math For Programmers
steve-yegge.blogspot.com I've been working for the past 15 months on repairing my rusty math
skills
·
2015-11-11 06:12
Math
IE6下margin双倍边距Bug的处理办法 转
最近在学前端, 转自沈夕博http://hi.baidu.com/
skills
hen/ " 一、什么是双边距Bug?
·
2015-11-11 04:57
margin
查看Ubuntu操作系统位数
From http://wiki.ubuntu.org.cn/Ubuntu
Skills
#.E6.9F.A5.E7.9C.8B.E7.B3.BB.E7.BB.9F.E6.98.AF32.E4.BD.8D.E8
·
2015-11-11 03:21
ubuntu
SQL Server 2005------利用DBCC PAGE和DBCC IND查看数据页和索引页
Link: http://www.sql
skills
.com/blogs/paul/post/Inside-the-Storage-Engine-Using-DBCC-PAGE-and-DBCC-IND-to-find-out-if-page-splits-ever-roll-back.aspx
·
2015-11-11 03:38
sql
server
2005
Programme
skills
1. Dynamic library 2. Template class. function template<typename T> classs Sample { ... &n
·
2015-11-11 02:00
kill
取证学习资料DVD
http://www.infinite
skills
.com/training/learning-computer-forensics.html https://www.youtube.com/watch
·
2015-11-11 01:54
学习
javascript阻止事件冒泡和浏览器的默认行为
http://www.aspxhome.com/javascript/
skills
/200712/262128.htm 就是说用Div框住flash Div的鼠标事件不传递给Body
·
2015-11-11 00:55
JavaScript
web 图片优化
Author: Susie Sahim, Web Designer and Google Doodler Recommended
skills
: Basic image manipulation When
·
2015-11-10 23:40
Web
设置SQLServer2008开启远程连接
原文:http://news.newhua.com/news1/
Skills
_Virus/2010/63/1063111128IA1KB4BHE93742H80KH639KAJ56IB42J8IF81K71KI5I1
·
2015-11-10 22:38
sqlserver
提高编程能力的10种方法
本文转自: http://heikezhi.com/2011/07/03/10-ways-to-improve-your-programming-
skills
/ 英文来源:
·
2015-11-10 21:25
编程
CSS
skills
: 6) auto hide the top bar javascript
//jquery $(document).ready(function(){ $(window).scroll(function() { $(this).scrollTop() > 10 ? $("#login-bar").slideUp(100): $("#login-bar").slid
·
2015-11-09 13:57
JavaScript
CSS
skills
: 5) jquery hover(over,out)
$(":div[name=div_edit]").each(function() { $(this).hover(function() { $(this).find(">div:first-child").hide();
·
2015-11-09 13:53
jquery
CSS
skills
: 3) show sub-navigate items when mouse hove on nav-item
<header> <div class="am-g am-g-fixed"> <ul class="am-avg-lg-2 topbar flipInY animated"> <li> <small class=&q
·
2015-11-09 13:52
when
CSS
skills
: 1) Navigate item's animation
<style> .nav { border-right:1px solid #268eb7; } .nav li{overflow:hidden;height:55px;border-left:1px solid #268eb7;} .nav li.active a,.nav li.active small{top
·
2015-11-09 13:51
animation
CSS
skills
: 2) change hover dynamically by js
//命名空间 var base = {}; //class base.gClass={}; //鼠标hover交互方法: 注册对象的hover的class特性以及mouseMoveIn,mouseMoveOut方法 base.gClass.hover=(function(creat){ var creat=function(obj,className,mouseover
·
2015-11-09 13:50
dynamic
study note--(Education)
some good temoplates: A child's education has never been about learning information and basic
skills
·
2015-11-09 12:31
Note
学习目标-技术练级攻略
本文转自酷壳 – CoolShell.cn; 我的这个朋友把这篇文章取名叫Build Your Programming Technical
Skills
,我实在不知道用中文怎么翻译
·
2015-11-08 15:09
学习
BI/分析师素质要求
BI/Analytics Consultant General
Skills
Strong interpersonal and communication
skills
, Customer-facing
·
2015-11-08 15:14
BI
提高沟通效果的十个技巧
While some people sail ahead using their impeccable communication
skills
, others
·
2015-11-08 13:34
技巧
unix-manul page and ftp command[perfect]
www.bigbiz.com/cgi-bin/manpage (Ftp learn by sample)http://dwardmac.pitzer.edu/dward/classes/
skills
·
2015-11-08 12:41
command
[Reference]Windbg Resources
4026494.aspx Debugging managed code using WinDbg and SOS.dll This should be must tools and
skills
·
2015-11-08 11:49
reference
[CF.
Skills
]托管代码在SmartPhone上创建快捷方式
摘要 以前我们经常是同步后在PC机上Copy程序并选择”粘贴快捷方式”,在Smartphone上添加快捷菜单,本文介绍了另外一种通过编程在Smartphone上创建快捷方式的方案。 Keywords Smartphone,Shortcut,windows mobile,.NET Compact Framework,C# 尽管可以在制作CAB安装文
·
2015-11-08 11:05
kill
多读书读好书:10个方法让你挤出更多时间读书!
There’s all this information you want to acquire, all these
skills
you want to learn.
·
2015-11-08 11:25
读书
移动平台WEB前端开发技巧汇总
原文 :http://uecss.com/mobile-platform-web-front-end-development-
skills
-summary.html 开发者们都知道在高端智能手机系统中有两种应用程序
·
2015-11-07 13:47
web前端开发
Android root的两种方法 -- udev漏洞和setuid漏洞
转载自:http://intrepidusgroup.com/insight/2010/09/android-root-source-code-looking-at-the-c-
skills
/ Root
·
2015-11-07 13:31
android
敏捷技能修炼:敏捷软件开发与设计的最佳实践
《敏捷技能修炼:敏捷软件开发与设计的最佳实践》基本信息原书名:Essential
Skills
for the Agile Developer:A Guide to Better Programming
·
2015-11-07 11:47
最佳实践
[CF.
Skills
].Net CF中电话状态的捕获(Part 1)
Keywords Windows Mobile, .Net CF, PhoneState, SystemState, C#, BUG 之前写过一篇随笔: [CF.
Skills
]在.NET Compact
·
2015-11-07 10:09
.net
VMS(VELO) tips
[引用]:翱翔云天 In this project, with VMS, and there are some tips or
skills
could be writen down for good
·
2015-11-07 10:12
tips
[笔记]chapter7 of 《Advanced ActionScript3 Animation》
1.左右手坐标系,弧度和角度 2.
skills
:同样的代码不同编译器可能会产生不同的效果,或者是因为浏览器等产生舞台大小不同造成显示效果不同; 方法1:设置固定舞台大小:[
·
2015-11-07 09:20
actionscript
11-14 Building a Quiz Engine
This will allow you to exercise the
skills
developed in the earlier videos. Duration
·
2015-11-05 08:11
Engine
AnimationEasingFunctions类库的使用
Glider.classpublicstaticValueAnimatorglide(
Skills
kill,floatduration,ValueAnimatoranimator){ returnGlider.glide
u011228356
·
2015-11-04 12:00
各种开发
工具技巧
小结
acrobat professional中: 你要在Ctrl+K中的设置点击左侧有一项叫“一般”,然后在右侧的“使用单键 加速键访问工具”前打对号,否则没有效果。 工具 快捷键首选项CTRL+K 建立标签CTRL+B手形工具【H】 快照工具【G】选择工具【V】临时选择手形工具【空格键】轮流选定缩放工具:选择对象元数据工具【Shift+V】轮流选定缩放工具:放大、缩小、动
·
2015-11-03 21:30
开发工具
vim中使用gdb。
引用文章A:http://easwy.com/blog/archives/advanced-vim-
skills
-vim-gdb-vimgdb/ 引用介绍:使用vimgdb来完成gdb的嵌入。
·
2015-11-02 16:52
vim
程序员的数学世界
I'vebeenworkingforthepast15monthsonrepairingmyrustymath
skills
,eversinceIreadabiographyofJohnnyvonNeumann.I'vereadahugestackofmathbooks
j086924
·
2015-11-02 16:00
flex外包团队—北京动点软件:推荐一本不错的Flex书籍
内容介绍:Ready to put your ActionScript 3
skills
to work on mobile apps?
·
2015-11-02 14:26
Flex
[CF
Skills
]XML on Windows Mobile (C#)
摘要 Windows Mobile上的XML相关类,并利用它们高效地操作XML文件(流) Keywords .Net Compact Framework, Windows Mobile, XML 两年以前张欣同学曾经做过一期Webcast谈到了这相关的内容,详见: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?
·
2015-11-02 13:45
Windows Mobile
[CF
Skills
]P/invoke in .NET Compact Framework
概要 P/Invoke的机制让我们能在托管环境下使用原先已实现的Native Code。本文主要讨论的是P/Invoke中的参数传递和.NET CF的一些不同于完整版本的 .NET Fx之处,最后介绍了如何提高P/invoke的效率 Keywords .NET Compact Framework, Windows Mobile, P/Invoke ,data marshali
·
2015-11-02 13:44
framework
Git教程-从远程库克隆
首先,登陆GitHub,创建一个新的仓库,名字叫git
skills
: 我们勾选Initialize this repository with a README,这样GitHub会自动为我们创建一个
·
2015-11-02 13:50
git
You Need This One Skill to Succeed in IT--reference
Project management
skills
, up to and including a PMP certification? Not that either.
·
2015-11-02 12:34
reference
vi/vim使用进阶: 智能补全
http://easwy.com/blog/archives/advanced-vim-
skills
-omin-complete/ << 返回vim使用进阶: 目录 本节所用命令的帮助入口
·
2015-11-01 12:20
vim
上一页
37
38
39
40
41
42
43
44
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他