注意:1)要引用响应的程序集,必须是41的 2)配置文件using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;using Microsoft.Practices.EnterpriseLibrary.Common.Con...
分类:
其他好文 时间:
2015-01-28 17:26:36
阅读次数:
192
刚刚整反射的时候遇到了下面的一个bug:Exception in thread "main" java.lang.InstantiationException: con.cxyd.Meun查看了一下“Instantiation”的意思:实例化。出现这个错误的原因应该就是不能实例化con.cxyd.M...
分类:
编程语言 时间:
2015-01-27 14:41:02
阅读次数:
182
代码 MediaMetadataRetriever metaRetriever = new MediaMetadataRetriever(); metaRetriever.setDataSource(filePath); String out = ""; // get mp3 info // con...
分类:
移动开发 时间:
2015-01-26 16:49:00
阅读次数:
206
Follow up for problem "Populating Next Right Pointers in Each Node".
What if the given tree could be any binary tree? Would your previous solution still work?
Note:
You may only use con...
分类:
编程语言 时间:
2015-01-26 12:02:14
阅读次数:
197
做前端这行的 能直接贴代码就直接贴代码了,不用多说什么别的效果需要引入jquery和jquery.masonry.min.js这两个JSJS代码如下:$(document).ready(function(){ var $container = $('.space_main_con1 .con'); ...
分类:
Web程序 时间:
2015-01-24 21:23:04
阅读次数:
308
在自己电脑上装个Ubuntu Server,需要连接无线上网,参照附录的两个连接完成。重置的自己路由器,只是为了找ssid和密码配置步骤:1. 生成无线上网密码配置文件root@Ubuntu:~# wpa_passphrase SSID SSID_PASS > /etc/wpa_config.con...
分类:
系统相关 时间:
2015-01-24 14:25:02
阅读次数:
163
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'20: Valid Parentheseshttps://oj.leetcode.com/problems/valid-parentheses/Given a string con...
分类:
编程语言 时间:
2015-01-24 00:21:16
阅读次数:
364
OleDbCommand具体用法:OleDbConnection con=new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; data source=data.mdb"); con.Open(); OleDbCommand dc=new Ol...
分类:
数据库 时间:
2015-01-23 12:48:06
阅读次数:
135
1:xcopy命令进行文件拷贝
2:脚本内容:
@echo off
color 0D
MODE con: COLS=71 LINES=25
title bright资源文件自动备份脚本(任务计划)--脚本作者:刘彦亮
set sou_dir="F:\apache-tomcat-7.0.53\webapps\bright_resource"
se...
分类:
其他好文 时间:
2015-01-22 18:05:46
阅读次数:
168
下载uploadify:www.baidu.com。引入文件,css,js等:略。效果图: 因为是手动上传,所以选择完文件又想取消的话点' X ' ,上传成功后不能取消。前端代码:注意uploaify('upload', '*'),这里是同时上传所有文件,如果没有*,则需要一个个点上传。con...
分类:
编程语言 时间:
2015-01-21 13:02:46
阅读次数:
274