码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
SQL Server大数据导入导出:将一张表的数据导入到另一张表
今天下午休息的时候又被扔给一项任务:把全国的街道数据导入街道表。但是他们扔给我的SQL脚本是从网上down的一个,跟平台这边的数据库设计的完全不一样。               当时的思路是:先把扔给我的脚本在本地生成一个表,然后选出要的数据,批量插入到开发库所在服务器的表。               然后,按照这个思路做了个测试:         INSERT INTO...
分类:数据库   时间:2015-04-16 01:31:28    阅读次数:161
service network restart报错,出现FAILED
在运行service network restart命令时候,显示如下错误hutting down loopback interface: [ OK ]Bringing up loopback interface: ...
分类:Web程序   时间:2015-04-16 01:00:43    阅读次数:402
Leetcode: Minimum Path Sum
题目: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.Note: You can only move either down or right at...
分类:其他好文   时间:2015-04-14 21:34:01    阅读次数:143
Android之闹钟(AlarmManager)实例
有图有真相:点击按钮进行闹钟提示:设置闹钟时间:时间到了变化提醒。源代码下载地址:(四个下载地址,总有一个能够下载)http://www.400gb.com/file/90502625http://zfl33.7958.com/down_19701966.htmlhttp://qiannao.com...
分类:移动开发   时间:2015-04-14 19:38:45    阅读次数:157
树莓派2 安装mono3.0运行mvc4
sudo apt-get updatesudo apt-get upgradesudo apt-get mono-completewget -c http://www.linuxdot.net/down/jexus-5.4.3.tar.gztar zxvf jexus-5.4.3.tar.gzcd ...
分类:Web程序   时间:2015-04-14 01:53:18    阅读次数:118
Android之音乐播放MediaPlayer
有图有真相:选中进行启动服务播放音乐:取消选中音乐停止播放:源代码下载地址:(总有一个你能够下载)http://www.400gb.com/file/90408983http://zfl33.7958.com/down_19701053.htmlhttp://qiannao.com/file/zfl...
分类:移动开发   时间:2015-04-14 00:44:19    阅读次数:137
搭建SVN服务器
使用VisualSVN Server来实现主要的SVN功能则要比使用原始的SVN和Apache相配合来实现源代码的SVN管理简单的多,下面就看看详细的说明。VisualSVN Server的下载地址如下,是免费的,随意不必有顾虑http://www.visualsvn.com/server/down...
分类:其他好文   时间:2015-04-14 00:27:51    阅读次数:208
Search in a Binary Search Tree
To search a key in a binary search tree, we start from the root and move all the way down, choosing branches according to the comparison results of th...
分类:其他好文   时间:2015-04-13 18:33:44    阅读次数:110
tiny core linux backup保存文件和配置信息
Backup Backup may be used to save files and settings in Tinycore. Time taken to Start Up and Shut Down The more you have in backup, the longer it will...
分类:系统相关   时间:2015-04-13 12:29:49    阅读次数:614
Android之ExpandableListView的实例
ExpandableListView有图有真相:源代码下载:下面提供了四个下载网址(总有一个网址可以让你下载):http://www.400gb.com/file/90351124http://zfl33.7958.com/down_19699552.htmlhttp://d.119g.com/s/...
分类:移动开发   时间:2015-04-13 12:14:56    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!