欢迎各位兄弟 发布技术文章

这里的技术是共享的

shiping1 的头像

[Node.js]一.什么是Node.js,而又能做什么?

一.什么是Node.js,而又能做什么?

普通分类: 
shiping1 的头像

【分享】基本nodejs知识

【分享】基本nodejs知识

普通分类: 
shiping1 的头像

深入浅出Node.js(一):什么是Node.js

作者 
普通分类: 
shiping1 的头像

教你在VMWare下安装MAC OS X Snow Leopard 10.6 [复制链接]

普通分类: 
shiping1 的头像

Windows下安装苹果iPhone开发环境xcode图文教程

Windows下安装苹果iPhone开发环境xcode图文教程

普通分类: 
shiping1 的头像

网页播放器Object使用详解 各种参数

一、代码

普通分类: 
shiping1 的头像

win7音量调到最大声音还是很小的解决方法

有时候 语音聊天或者看视频时会遇到这样的情况: 我们明明已经把声音调到了最大,但实际音量还是很小。

普通分类: 
shiping1 的头像

chrome的 迅雷扩展程序使用后有问题

chrome的 迅雷扩展程序使用后有问题
有些网站 比如 宁皓网 点链接后 会弹出 true
普通分类: 
shiping1 的头像

andriod 4.2.2 版本的一些工具下载 android-17_r01.zip system_armv7a-17_r02.zip 有大用

shiping1 的头像

百度Web App在线生成平台Site App体验

普通分类: 
shiping1 的头像

iphone 软件的后缀名有 pxl、ipa、deb 安卓软件的后缀名有 apk

iphone 软件的后缀名有 pxl、ipa、deb
安卓软件的后缀名有 apk
普通分类: 
shiping1 的头像

表单元素值的表示方法

1)第一种方法 下面是html 
<form id="set-form" class="col-md-6">
                  <input type="text"   id="" name="name" >
            </form>


 下面是js代码 得到表单元素值
var setForm = document.getElementById('set-form');
setForm.elements['name'].value);


2)第二种方法 下面是html
<form   id="form1"  method="post" action="/php/zixunbaoming.php" name="addcontent">
<input type="text" name="title" check="2" id="xingming" class="textinput"/>
普通分类: 
shiping1 的头像

如何给元素绑定click点击事件

如何给元素绑定click点击事件

普通分类: 
shiping1 的头像

click事件 触发 绑定 我自己亲自做的

方法一
var setStorageBtn = document.getElementById("set-storage");
setStorageBtn.addEventListener("click", setStorage, false);


方法二
 var btn1 = document.getElementById('btn1');
        btn1.onclick = function(){
            alert(3);
        };

普通分类: 
shiping1 的头像

mustache handlebars 分别是什么

 mustache  handlebars
普通分类: 
shiping1 的头像

addEventListener-第三个参数 useCapture

addEventListener-第三个参数 useCapture

普通分类: 
shiping1 的头像

html5 手册

见附件
HTML5中文参考手册(HTML-5.CN).chm
普通分类: 
shiping1 的头像

underscore js的框架

shiping1 的头像

backbone.js js的mvc框架

普通分类: 
shiping1 的头像

CSS3选择器:nth-child和:nth-of-type之间的差异 奇数 偶数 奇偶 奇元素 偶元数 有大用

 

#mingxitable tr.zixun0:nth-of-type(2),#mingxitable tr.zixun0:nth-of-type(4),
#mingxitable tr.zixun1:nth-of-type(2),#mingxitable tr.zixun1:nth-of-type(4)
 
{
    background: rgb(255, 221, 155);
}
普通分类: 
shiping1 的头像

brackets:前端开发工程师必备编辑器 这个文章里说明 可以下载下来安装 有大用

普通分类: 
shiping1 的头像

下面的代码 win7 ie9 播放 swf 是ok的

 <object width="1230" height="1000"
                        type="video/x-ms-asf" url="videofilename.wmv" data="videofilename.wmv"
                        classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
                    <param name="url" value="videofilename.wmv">
                    <param name="filename" value="videofilename.wmv">
                    <param name="autostart" value="1">
                    <param name="uiMode" value="full">
                    <param name="autosize" value="1">
普通分类: 
shiping1 的头像

QQ影音放大屏幕

右击 播放效果调节 画面控制 缩放
普通分类: 
shiping1 的头像

快播放大屏幕

打开播放器在文件——选项——多媒体把SWF格式去掉后再试试!然后 ctrl+鼠标滚轮
普通分类: 
shiping1 的头像

一个 httpd.conf的ok的例子 有大用

#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding

普通分类: 
shiping1 的头像

袁绍锋及网友介绍的视频网站

shiping1 的头像

excel 一列数据递增加1

普通分类: 
shiping1 的头像

drupal发送邮件的例子模块

普通分类: 
shiping1 的头像

Drupal配置Send mail(drupal发送邮件) 不指定 有大用

普通分类: 
shiping1 的头像

drupal7 drupal 如何利用drupal的API发送邮件 有大用 有大大用

普通分类: 

页面

Subscribe to 个人技术网_前端_后台_php_div_css_linux_javascript_seo RSS