2019年4月29日

Visual Studio Code create the aps.net core project(Visual Studio Code 创建asp.net core项目)

摘要: Install the C# plug-in as shown below: Perfom the dotnet new --help command as shown below: Enter a path by using a command as shown below: create a without user authenticat... 阅读全文

posted @ 2019-04-29 17:04 Luiken 阅读(202) 评论(0) 推荐(0) 编辑

2019年3月23日

MySQL 读写分离(转载)

摘要: 原文地址:https://blog.csdn.net/justdb/article/details/17331569 阅读全文

posted @ 2019-03-23 15:50 Luiken 阅读(227) 评论(0) 推荐(0) 编辑

什么是数据库读写分离?

摘要: 原文:https://baijiahao.baidu.com/s?id=1614304400276051465&wfr=spider&for=pc 想用数据库“读写分离” 请先明白“读写分离”解决什么问题 对于“读写分离”了解不多,认为数据库的负载问题都可以使用“读写分离”来解决。 这样做是不正确的 阅读全文

posted @ 2019-03-23 15:39 Luiken 阅读(8344) 评论(1) 推荐(7) 编辑

2019年3月12日

Salesforce Lightning Builder Flows (Salesforce Lightning 构建Flows)

摘要: 本文构建Salesforce Lightning Flows 只是一个简单的实现步骤,原文地址如下: https://trailhead.salesforce.com/en/content/learn/modules/business_process_automation/flow 在开始之前我们得 阅读全文

posted @ 2019-03-12 15:57 Luiken 阅读(1644) 评论(0) 推荐(0) 编辑

2019年3月8日

Salesforce Invoking Http Callouts and Testing Http Callouts

摘要: https://www.cnblogs.com/zero-zyq/p/5599632.html 阅读全文

posted @ 2019-03-08 17:51 Luiken 阅读(271) 评论(0) 推荐(0) 编辑

2019年1月11日

常用的HTML模板(转载)

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文

posted @ 2019-01-11 10:56 Luiken 阅读(405) 评论(0) 推荐(0) 编辑

初始化HTML样式(转载)

摘要: 方式一 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; } body 阅读全文

posted @ 2019-01-11 10:19 Luiken 阅读(1423) 评论(0) 推荐(0) 编辑

2018年11月26日

QRCode.js 生成二维码

摘要: 相关文档:Github 中文文档 阅读全文

posted @ 2018-11-26 10:19 Luiken 阅读(167) 评论(0) 推荐(0) 编辑

2018年11月23日

JavaScript判断该对象是否为数组

摘要: function test(){} console.log(typeof 1); // number console.log(typeof test); // function console.log(typeof "yunxi"); // string console.log(typeof und 阅读全文

posted @ 2018-11-23 16:54 Luiken 阅读(136) 评论(0) 推荐(0) 编辑

Viewport模版

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="vie 阅读全文

posted @ 2018-11-23 16:33 Luiken 阅读(93) 评论(0) 推荐(0) 编辑

导航