码迷,mamicode.com
首页 >  
搜索关键字:custom    ( 2797个结果
[React Testing] Test your Custom Hook Module with react-hooks-testing-library
It's always important to test your code, especially if you're open-sourcing it for others to use. In this video, we'll learn how to use react-hooks-te ...
分类:其他好文   时间:2020-05-04 19:40:17    阅读次数:73
PHP中CURL实现GET和POST请求
POST方式实现(推荐) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 function postData($url,$data){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_ ...
分类:Web程序   时间:2020-05-04 15:05:22    阅读次数:67
辟谣 - SAP CRM WebClient UI的性能,一定不如ABAP Webdynpro吗?
Background of this Blog For several CRM projects in China which I am involved, I found the partner have chosen ABAP webdynpro when custom development ...
分类:Web程序   时间:2020-05-04 13:26:42    阅读次数:81
SpringBoot修改默认端口号的几种方式
修改application.properties 第一种方式我们只需要在application.properties中加这样的一句话就可以了:server.port=8004。为什么这种方式可以实现修改SpringBoot的默认端口呢?因为在SpringBoot中有这样的一个类:ServerProp ...
分类:编程语言   时间:2020-05-02 09:44:08    阅读次数:83
Spring + JDBC example
In this tutorial, we will extend last Maven + Spring hello world example by adding JDBC support, to use Spring + JDBC to insert a record into a custom ...
分类:数据库   时间:2020-05-02 09:43:18    阅读次数:61
IDEA2019.3.4永久激活
一、下载,解压 链接:https://pan.baidu.com/s/1ioyhmv9I4ZSz7aOrxOpywA 提取码:9vkp 二、IDEA -help-edit custom VM option 添加如下一行内容 -javaagent:D:\zhf\soft\idea\IntelliJ I ...
分类:其他好文   时间:2020-05-01 22:26:40    阅读次数:2260
单元测试规范
一、背景 公司最近开发了一个新项目,让我负责对单元测试这块进行规范和写出示例代码,下面就是我这段时间对单元测试的研究 二、开始 1、为什么要用单元测试 (1)提高代码开发效率 (2)快速测试代码,可以在任何时间进行测试 (3)快速发现代码中的错误,减少代码bug出现率 (4)测试代码与生产代码紧密结 ...
分类:其他好文   时间:2020-04-30 15:27:31    阅读次数:49
Go语言设计模式(二)
建造者模式 将一个复杂的构建与它的表示分离,使得同样的构建过程可以创建不同的表示。 以下情况适合使用呢建造者模式 .当创造复杂对象的算法一个独立于该对象的组成部分以及它们的装配方式时。 .当构造过程必须允许构造的对象有不同表示时。 Builder pattern separates the cons ...
分类:编程语言   时间:2020-04-28 00:15:15    阅读次数:56
Hexo-next主题配置
修改背景样式 打开文档下themes\next\source\css\ _custom\custom.styl文件,这个是Next故意留给用户自己个性化定制一些样式的文件,添加以下代码:(先在...\themes\next\source\images路径下添加一个背景图片banner.jpg) // ...
分类:其他好文   时间:2020-04-27 13:13:15    阅读次数:143
salesforce Custom Setting VS Custom metadata type(CMT)
对于Custom Setting和CMT到底该用哪个的问题最近一直在困扰,下面分别列举出custom setting与 CMT的优缺点 CMT:可直接带着value部署,这是custom setting所不能实现的 <?xml version="1.0" encoding="UTF-8"?> <Cu ...
分类:Web程序   时间:2020-04-22 19:55:50    阅读次数:143
2797条   上一页 1 ... 16 17 18 19 20 ... 280 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!