码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
C# ClickOnce deployment for Windows Services ClickOnce 部署windows service
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
分类:Windows程序   时间:2014-06-27 00:43:40    阅读次数:500
什么是javascript的中间件?
第一次写博客,有点想在博客园试水的感觉,也分享下觉得有用的东西(源码自己写的)什么是javascript中间件呢?函数middle就是用来构建中间件的,我用例子说明下下面我定义了一个函数use,在use第一个参数传入一个回调函数,如下function use(func){ func("参数1"...
分类:编程语言   时间:2014-06-27 00:14:45    阅读次数:374
mongoid模糊查询
How to use thelikequery with Mongoid . Basically I wanted something like the familiar SQL query:SELECT * FROM Apps WHERE name LIKE ‘%aaa%’I couldn’t f...
分类:其他好文   时间:2014-06-26 23:58:29    阅读次数:742
unity3d 中加入?视频
加入?音频 视频using UnityEngine;using System.Collections;public class play_video : MonoBehaviour {public MovieTexture movTexture;// Use this for initializat...
分类:其他好文   时间:2014-06-26 16:24:41    阅读次数:179
Display PowerPoint slide show within a VB form or control window
The example below shows how to use VB form/control as a container application to display a PowerPoint slideshow. It as shows how to make use of an und...
分类:Windows程序   时间:2014-06-25 17:38:01    阅读次数:495
执行git命令出现 xcrun: error:
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:其他好文   时间:2014-06-25 16:13:31    阅读次数:190
effective c++ 条款3 use const whereever you can
1 const 传达的意思应该是这个变量是常量不能更改2 const 在 * 左边表示数据是const,在右边表示指针是const // char greeting[] = "hello"; char* p = greeting; //const *: const data //...
分类:编程语言   时间:2014-06-25 11:12:18    阅读次数:229
作为类的成员函数,重载运算符只能有一个参数
1 overload a operator of a class, you can only use one para., this pointer is automatically used. class Rational { public: //not correct sinc...
分类:其他好文   时间:2014-06-25 11:11:37    阅读次数:194
Basic SQL sentence
create database ST;use st;create table Student(Sno varchar(10) primary key ,Sname varchar(15) ,Ssex varchar(2) ,Sage int ,Sdept varchar(10));create ta...
分类:数据库   时间:2014-06-25 09:43:01    阅读次数:254
百度地图API学习之路(1)
由于实习工作需要,现在接触百度地图的API一切按照百度官网的配置如果中途出现copy官网配置还显示错误的话,例如AndroidManifest.xml里面的<uses-permissionandroid:name="android.permission.GET_ACCOUNTS"/> <uses-permissionandroid:name="android.permission.USE_..
分类:Windows程序   时间:2014-06-24 16:39:34    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!