#jS

使用Servlet和JSP实现一个简单的Web聊天室系统

/目录1 问题描述2 解决方案2.1 预期效果2.2 系统结构示意图2.3 具体编码  利用JavaEE相关技术实现一个简单的Web聊天室系统,具体要求如下。(1)编写一个登录页面,登录信息中有用户名和密码,分别用两个按钮来提交和重置登录信息。(2)...

使用MongoDB和JSP实现一个简单的购物车系统

/目录1问题描述 2解决方案 2.1 实现功能 2.2 最终运行效果图 2.3 系统功能框架示意图 2.4 有关MongoDB简介及系统环境配置 2.5 核心功能代码讲解 2.6 具体编码&...

使用基于Android网络通信的OkHttp库实现Get和Post方式简单操作服务器JSON格式数据

/ 目录前言1Get方式和Post方式接口说明2OkHttp库简单介绍及环境配置3具体实现  本文具体实现思路和大部分代码参考自《第一行代码》第2版,作者:郭霖;但是文中讲解部分和POST请求方式实现代码还是楼主自己码出来的,本文相当于是对《第一行代码》网络通信部分内容的一次小小的拓展吧。...

JSON.stringify()

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringifyTheJSON.stringify()methodconvertsaJavaScriptvaluetoaJSONstring,op...
代码星球 ·2021-02-08

压缩css和js

https://www.codeproject.com/script/articles/articleversion.aspx?aid=1019659&av=2163976&msg=5111300https://github.com/sheshbabu/PowerShell-Minify ...
代码星球 ·2021-02-08

js的类库

prototype.jshttps://github.com/sstephenson/prototype momentjshttps://github.com/moment/moment three.jshttps://github.com/mrdoob/three.js/ Select2...
代码星球 ·2021-02-08

安装Node.js 以及命令行使用

安装完成之后,会自动添加到环境变量中  PSC:UserscluDesktop>node--versionv10.2.1 ...

如何调试Node.js

https://nodejs.org/en/docs/guides/debugging-getting-started/1.PSC:UserscluDocumentsNodeAppTest>node--inspect.app.jsDebuggerlisteningonws://127.0.0.1:9229/34c...
代码星球 ·2021-02-08

在vs2017中创建Node.js项目

https://github.com/Microsoft/nodejstools/wiki/Projects1.安装vs2017的时候,需要勾选Node.js2.新建项目的时候,选择其他语言,然后JavaScript,Node.js ...
代码星球 ·2021-02-08

JSON and XML Serialization in ASP.NET Web API

https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/json-and-xml-serializationJSONformattingisprovidedbytheJsonMediaTypeFormatter...

JSON Web Token in ASP.NET Web API 2 using Owin

http://bitoftech.net/2014/10/27/json-web-token-asp-net-web-api-2-jwt-owin-authorization-server/Inthepreviouspost DecoupleOWINAuthorizationServerfromResourc...
代码星球 ·2021-02-08

Implement JSON Web Tokens Authentication in ASP.NET Web API and Identity 2.1 Part 3 (by TAISEER)

http://bitoftech.net/2015/02/16/implement-oauth-json-web-tokens-authentication-in-asp-net-web-api-and-identity-2/CurrentlyourAPIdoesn’tsupportauthenticati...

DataContract with Json.Net

https://www.newtonsoft.com/json/help/html/DataContractAndDataMember.htm如果class使用了DataContract,name没有使用DataMember的property就不解析[DataContract]publicclassFile{//exc...
代码星球 ·2021-02-08

custom serializer for just one property in Json.NET

字段类定义如下publicclassField{publicboolIsEncrypted{get;set;}publicstringName{get;set;}publicObjectValue{get;set;}}需要序列化User类publicclassUser{publicFieldUserName{get;s...

Newtonsoft.Json源码的solution打开之后,无法加载project

https://github.com/JamesNK/Newtonsoft.JsonC:epositoryGitHubOtherNewtonsoft.JsonSrcNewtonsoft.JsonNewtonsoft.Json.csproj:error:Theprojectfilecannotbeopenedbythep...
首页上一页...5758596061...下一页尾页