码迷,mamicode.com
首页 >  
搜索关键字:ma    ( 3043个结果
vscode 好用的插件
1. koroFileHeader 文件头部需在设置里配置"fileheader.customMade": { "Description": "文件描述", "Author": "Long maomao", "Date": "Do not edit", "LastEditors": "Long ma ...
分类:其他好文   时间:2018-11-07 11:27:23    阅读次数:193
【Java】数组知识回顾
package another; import java.util.Arrays; import java.util.List; /** * 数组知识回顾 * @author ChristineBassoon */ public class Array { public static void ma ...
分类:编程语言   时间:2018-11-04 21:51:37    阅读次数:215
kafka的简单命令
启动kafka自带的zookeeper 启动kafka 创建一个叫做“test”的topic,它只有一个分区,一个副本。 查看创建的topic 发送消息 接受消息 {"id":"b18a865a-fe8d-465d-bc67-865e51e348cd","msg":"zhangxianlong,ma ...
分类:其他好文   时间:2018-11-04 14:16:42    阅读次数:149
BP 算法手动实现
"github博客传送门" "csdn博客传送门" 本章所需知识: 1. "numpy" 2. "matplotlib" 资料下载链接: 1. "深度学习基础网络模型(mnist手写体识别数据集)" 梯度下降 BP 算法手动实现 python import numpy as np import ma ...
分类:编程语言   时间:2018-11-03 01:48:50    阅读次数:187
MySQL-刷题记录
176. Second Highest Salary KEYWORD LIST : Specify the number of records to return in the result set : Returns all rows from the left table, and the ma ...
分类:数据库   时间:2018-11-01 11:59:14    阅读次数:390
webservice之实现天气预报
前通过传智的视频自学了webservice的基本使用,也了解到webservice就是一种跨编程语言和跨操作系统平台的远程调用技术。 对于这些理论知识在这里也不再做过多的解释,本次主要就是记录与分享使用cxf 框架完成远程调用气象局提供的接口,来实现天气查询的全过程。 1、项目搭建 * 创建一个ma ...
分类:Web程序   时间:2018-10-31 01:10:30    阅读次数:219
解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)...
在IDEA中将xxxMapper.xml文件创建在(src/main/java)目录中,运行报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):com.gentlehu.diary.ma ...
分类:Web程序   时间:2018-10-30 18:42:53    阅读次数:198
如何使用github来展示自己的网页
项目文档或者单纯的html页面怎么用github来展示呢? 第一步:新建库 第二步: 上传自己的页面(index.html需在根目录下) 先把git库克隆下来 进入lineShop文件夹,拷贝自己的页面进去 push代码至master 第三步:进去项目库,设置 找到github pages,选择ma ...
分类:Web程序   时间:2018-10-29 14:46:46    阅读次数:312
fstest
测试方法:①将fstest版本放到/home/wxt目录下解压后编译[root@host10242493 pjd-fstest-20080816]# pwd/home/wxt/pjd-fstest-20080816[root@host10242493 pjd-fstest-20080816]# ma ...
分类:其他好文   时间:2018-10-29 11:53:46    阅读次数:683
Tenka 1 Computer Contest C-Align
C - Align Time limit : 2sec / Memory limit : 1024MB Score : 400 points Problem Statement You are given N integers; the i-th of them is Ai. Find the ma ...
分类:其他好文   时间:2018-10-27 22:08:51    阅读次数:238
3043条   上一页 1 ... 60 61 62 63 64 ... 305 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!