码迷,mamicode.com
首页 >  
搜索关键字:master    ( 15099个结果
母板页的导航背景色更改
假设我的母版页是Page.Master首先在母版页定义一个公共变量private string _currentMenu;public string CurrentMenu{set { this._currentMenu = value; }get { return this._currentMen...
分类:其他好文   时间:2014-07-25 19:11:41    阅读次数:231
SQL Server数据库 bcp导出备份文件应用
/** * 授权 */ EXEC sp_configure 'show advanced options',1; go reconfigure; go exec sp_configure 'xp_cmdshell',1; go reconfigure; go /**导入指定表的文本文件*/ EXEC master..xp_cmdshell 'bcp dbname..tablename in...
分类:数据库   时间:2014-07-24 23:32:13    阅读次数:374
SlidingMenu开源项目滑动界面的实现总结
先上图先得在GitHub上下载ActionBarSherlock-master.zip,和SlidingMenu-master.zip这两个开源文件...
分类:其他好文   时间:2014-07-24 23:14:34    阅读次数:214
nginx框架总结
1、高性能: a、内存池的设计,为一个多级链表结构,本身不负责内存的回收,减少内存碎片,提高内存的利用率,将多次向操作系统申请内存压缩为一次,减少向操作系统申请内存的次数,提高cpu资源的利用;       b、基于事件的master-worker异步处理。处理事件的机制是由事件分发进程加载事件处理模块来完成与传统将事件提交给handle-thread来处理的方式相比,减少了进程(线...
分类:其他好文   时间:2014-07-24 23:02:13    阅读次数:222
repo sync 时自动切换当前分支的remote track分支的问题
使用repo sync时,如果当前仓库有检出本地分支,假设为dev, 对应的远程track分支为origin/dev。 而manifest.xml中指定的track分支为origin/master,那么在repo sync时会自动将当前的dev分支的远程track分支修改为origin/master, 不仅如此,同时还会将origin/master上的修改rebase到本地的这个dev分支上。...
分类:其他好文   时间:2014-07-24 10:42:38    阅读次数:302
Git本地分支版本过低导致的push错误 error: failed to push some refs to ... 及后续amend
今天在用git的时候遇到了一个问题。在想远程分支push的时候,出现了下面的错误: ! [remote rejected] master -> refs/for/master (change 144 closed) error: failed to push some refs to ... 检查了一下发现是因为本地分支的版本相比远程分支的版本低。 解决的过程中有如下问题: 1、(不建议...
分类:其他好文   时间:2014-07-23 17:06:51    阅读次数:251
[掌眼]Xilium.CefGlue + CEF 3.1916.1721 (Chromium 35.0.1916.86)
项目主页:https://bitbucket.org/xilium/xilium.cefglue/wiki/HomeXilium.CefGlue:https://bitbucket.org/xilium/xilium.cefglue/get/master.zipCEF3:https://cefbui...
分类:其他好文   时间:2014-07-23 16:48:01    阅读次数:642
2014-07-23 利用ASP.NET自带控件实现单文件上传与下载
效果图上传文件页面:下载文件页面:1、母版页site.Master 我的 ASP.NET 应用程序之-多文件上传+超大附件上传 -by 姚量 ...
分类:Web程序   时间:2014-07-23 12:59:26    阅读次数:382
LinkServer 创建
USE [master]GO/****** Object: LinkedServer [MobileMDMlinkServer ] Script Date: 2014/7/23 11:10:16 ******/EXEC master.dbo.sp_addlinkedserver @serve...
分类:其他好文   时间:2014-07-23 12:56:06    阅读次数:236
linux centos 装g++安装不了
今天需要编译一个项目的时候在装g++都装不上,[root@master hadoop]# yum install g++Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cach...
分类:系统相关   时间:2014-07-23 12:35:56    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!