码迷,mamicode.com
首页 >  
搜索关键字:ubuntu system settings    ( 82153个结果
Linq to EF 和 Linq to SQL 中间Linq 产生的SQL语句
一,Linq to EF using System;using System.Runtime.CompilerServices;using System.Linq;using System.Data; namespace EntityframeworkSQL{ class Program { sta...
分类:数据库   时间:2014-07-22 23:00:53    阅读次数:553
C#简单工厂模式(文件案例)
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 读文件案例{ cla...
分类:其他好文   时间:2014-07-22 22:59:55    阅读次数:241
几个数据库的小案例(一):将文本文件中的信息导入数据库的表中
从文本文件添加到数据库用户表的记录(有两个文件:frmMain.cs SqlHelper.cs )//FrmMain.cs//作者:Meusing System;using System.Collections.Generic;using System.ComponentModel;using Sy...
分类:数据库   时间:2014-05-01 22:45:21    阅读次数:667
ubuntu 安装 OpenCv 及其Qt的开发环境配置
ubuntu安装opencv(1)安装编译opencv的环境sudo apt-get -y install build-essential cmake pkg-config(2)安装Image I/O库sudo apt-get -y install libjpeg62-dev sudo apt-ge...
分类:其他好文   时间:2014-05-01 22:42:45    阅读次数:451
System.Data.SqlClient.SqlError: 尚未备份数据库的日志尾部
SQL还原时出现下面的错误,System.Data.SqlClient.SqlError: 尚未备份数据库 "***" 的日志尾部。如果该日志包含您不希望丢失的工作,请使用 BACKUP LOG WITH NORECOVERY 备份该日志。请使用 RESTORE 语句的 WITH REPLACE 或...
分类:数据库   时间:2014-05-01 22:26:24    阅读次数:499
在windows 2008 R2中SQl Server 2008中代理启动失败的一个原因总结
启动SQL代理的时候报错如下:关调用实时(JIT)调试而不是此对话框的详细信息,请参见此消息的结尾。************** 异常文本 **************System.NullReferenceException: 未将对象引用设置到对象的实例。Server stack trace: ...
分类:数据库   时间:2014-05-01 20:21:21    阅读次数:796
C#冒泡排序
C#冒泡排序,转载自:http://bbs.it-home.org/forum-net-2.html不多解析自己看去吧using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace...
分类:其他好文   时间:2014-05-01 20:17:35    阅读次数:348
archlinux xfce conky 设置
~/.conkyrc# Conky, a system monitor, based on torsmo## Any original torsmo code is licensed under the BSD license## All code written since the fork of...
分类:系统相关   时间:2014-05-01 18:42:00    阅读次数:580
Android 4.4 全套源码及子模块源码的下载方法
本文介绍了在ubuntu下获取目前最新的Android 4.4 全套源码以及单个自模块源码的下载方法,可根据本文方法下载全套或者只下载子模块Android源码进行源码分析和编译。下载过错中遇到很多问题,这些问题的解决对大家获取源密码很有借鉴意义。...
分类:移动开发   时间:2014-04-30 22:35:38    阅读次数:484
Ubuntu 14.04 Android 使用Maven一 使用例子工程
前文描述的是在SDK下用Ant开发, 本文在此基础上尝试用Maven开发。这里需要用到maven-android-plugin。本文主要参考官方文档: https://code.google.com/p/maven-android-plugin/wiki/GettingStarted首先从这里下载例子工程:https://code.google.com/p/maven-android-plugin...
分类:移动开发   时间:2014-04-30 22:31:40    阅读次数:412
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!