全文搜索
标题搜索
全部时间
1小时内
1天内
1周内
1个月内
默认排序
按时间排序
为您找到相关结果150,227个

windows7下使用MongoDB实现仓储设计_MongoDB_脚本之家

public class MongoRepository<T>: IMongoRepository<T> where T : BaseEntity { #region readonly field /// /// 表名 /// private readonly IMongoCollection<T> _collection = null; /// /// 数据库对象 /// private readonly IMongoDatabase _database; #endregion /// /// 构造函数 ...
www.jb51.net/article/1248...htm 2024-11-28

C语言实现飞机售票系统_C 语言_脚本之家

printf("\n\t航班代号 起飞地点 降落地点 起飞时间 最大乘客 已售票数\n"); for(i=0;i<n+n1;i++) { r=r+ti[i].num; } for(i=0;i<n+n1-r-2;i++) { printf_one(i); printf("\n"); } getchar(); getchar(); menu(); return i; } void search_time() /* 时间查询模块,查询...
www.jb51.net/article/2498...htm 2024-12-10

网页WEB打印控件制作_实用技巧_脚本之家

p_Item.IndexList.Add(DataList[t].RowIndex); } } } #endregion #region 每页打印表尾 // 每页打印表尾 if (IsAllPrintFoot) { foreach (Row p_Row in FootList) p_Item.IndexList.Add(p_Row.RowIndex); } #endregion #region 添加分页页面 ...
www.jb51.net/article/861...htm 2024-11-26

Windows x86/ x64 Ring3层注入Dll总结_win服务器_脚本之家

SIZE_T ReturnLength; BOOL bOk = WriteProcessMemory(ProcessHandle, DllFullPathBufferData, DllFullPath, strlen(DllFullPath) + 1, &ReturnLength); LPTHREAD_START_ROUTINE LoadLibraryAddress = NULL; HMODULE Kernel32Module = GetModuleHandle(L"Kernel32"); LoadLibraryAddress = (LPTHREAD_START_ROUTINE)GetPro...
www.jb51.net/article/960...htm 2024-11-30

springboot配置druid多数据源的示例代码_java_脚本之家

return (T) AopContext.currentProxy(); } /** * 获取当前的环境配置,无配置返回null * * @return 当前的环境配置 */ public static String[] getActiveProfiles() { return applicationContext.getEnvironment().getActiveProfiles(); } /** * 获取当前的环境配置,当有多个环境配置时,只获取第一个 * * @...
www.jb51.net/article/2628...htm 2024-12-7

利用C++编写一个Json解析器_C 语言_脚本之家

size_t offset = 0; U32 begin_token = tokenizer.GetTokens().front().token; if( begin_token == JT_ARRAY_BEGIN ) { result = ParseArray ( tokenizer, offset, json ); } else if( begin_token == JT_OBJECT_BEGIN ) { result = ParseObject ( tokenizer, offset, json ); } else if( Is...
www.jb51.net/article/2775...htm 2024-11-22

微信小程序实现横屏和竖屏签名功能_javascript技巧_脚本之家

let t = i / (n - 1); let x = (1 - t) * (1 - t) * x0 + 2 * t * (1 - t) * x1 + t * t * x2; let y = (1 - t) * (1 - t) * y0 + 2 * t * (1 - t) * y1 + t * t * y2; let r = lastRadius + (this.data.radius - lastRadius) / n * ...
www.jb51.net/article/2491...htm 2024-12-10

C语言实现运动会管理系统_C 语言_脚本之家

printf("\t\t\t***系统初始化***\n"); printf("\t\t\t1.请输入参赛院系总数:"); scanf("%d",&N); printf("\t\t\t2.请输入男子竞赛项目数:"); scanf("%d",&M); printf("\t\t\t3.请输入女子竞赛项目数:"); scanf("%d",&W); printf("\t\t\t4.请输入参赛的院系名:"); for(...
www.jb51.net/article/2498...htm 2024-12-4

C++ Qt实现浏览器网页内嵌的音视频播放器_C 语言_脚本之家

connect(this, SIGNAL(sig_playOne(MEDIA_DEV_INFO_T)), ui->widget_mulvideo, SLOT(slot_playOne(MEDIA_DEV_INFO_T))); connect(this, SIGNAL(sig_stopOne(int)), ui->widget_mulvideo, SLOT(slot_stopOne(int)));connect(this, SIGNAL(sig_snapshot(int)),...
www.jb51.net/program/313195r...htm 2024-12-10

docker images的常用方式_docker_脚本之家

debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-li...
www.jb51.net/server/305693d...htm 2024-12-10