码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
Linux 编译vlc
Setup Check our AndroidCompile wiki page, especially for build dependencies. Here are the essential points: On Debian/Ubuntu, install the required dep ...
分类:系统相关   时间:2021-03-26 15:25:05    阅读次数:0
mysql 设置相关
告诉mysql客户端这边的文字编码 告诉mysql希望返回的结果集编码; set character_set_client=gbk; set character_set_results=gbk; 查看最大上传文件大小 show global variables like 'max_allowed_p ...
分类:数据库   时间:2021-03-16 11:52:41    阅读次数:0
PAT 2020年秋季 7-2 How Many Ways to Buy a Piece of Land (25 分)
The land is for sale in CyberCity, and is divided into several pieces. Here it is assumed that each piece of land has exactly two neighboring pieces, ...
分类:其他好文   时间:2021-03-11 19:32:24    阅读次数:0
bib+windows+word=bibtex4word插件使用方法
访问官网:http://www.ee.ic.ac.uk/hp/staff/dmb/perl/index.html 写在前面 首先需要确定电脑上已经装好texlive, 包含了 bibtex.exe,如: 然后,装好了word, 下载bibtex4word http://www.ee.ic.ac.uk ...
分类:Windows程序   时间:2021-03-11 16:37:27    阅读次数:0
mybaits一级缓存和二级缓存
Mapper 接口如何实现方法的? 通过JDK 的动态代理 mybaits 一级缓存和二级缓存 mybatis提供查询缓存,用于减轻数据压力,提高数据库性能。 Mybatis的一级缓存是默认开启的,它只相对于同一个SqlSession有效,所以也称之为SqlSession缓存。当参数和SQL完全相同 ...
分类:其他好文   时间:2021-03-08 13:29:38    阅读次数:0
admin里面的注册模型类的写法
from django.contrib import admin# Register your models here.#注册模型# admin.site.register(模型类)from book.models import BookInfo, PeopleInfoadmin.site.regi ...
分类:其他好文   时间:2021-03-05 13:18:58    阅读次数:0
postgresql 字符串拼接"||“的使用
SELECT cust_id, com.com_name,com.contact,com.cell,com.pro || com.city || com.county || com.address AS dizhi FROM huiyuan INNER JOIN com ON huiyuan.id= ...
分类:数据库   时间:2021-03-05 13:00:08    阅读次数:0
一:基础知识
1. 抽象类/方法 1.1 抽象类 通过在类定义前面放置关键字 abstract,可以将类声明为抽象类;抽象类不能实例化。 public abstract class A { // Class members here. } 抽象类的用途是提供一个可供多个派生类共享的通用基类定义。 例如,类库可以定 ...
分类:其他好文   时间:2021-03-04 13:19:06    阅读次数:0
OracleDBHeper
1.管理NuGet安装Oracle.ManagedDataAccess 2.下载Omu.ValueInjecter.dll using System; using Oracle.ManagedDataAccess; using Oracle.ManagedDataAccess.Types; usin ...
分类:数据库   时间:2021-03-04 13:09:52    阅读次数:0
页面添加数据列(从数据库中统计加到页面)
//计划长铸坯块数信息添加 bcls_ret->Tables[0].Columns.Add(DT_DECIMAL,"PLAN_LSLAB_NUM"); //Log::Trace("", __FUNCTION__, "count=[{0}]", bcls_ret->Tables[0].Rows.get ...
分类:数据库   时间:2021-03-03 12:11:25    阅读次数:0
6715条   上一页 1 ... 9 10 11 12 13 ... 672 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!