Wesley13 Wesley13
3年前
java基础(1)IntelliJ IDEA入门和数组操作 解决idea启动速度慢
一、IntelliJIDEA入门1快捷键和技巧智能补全代码,比如只写首字母按回车:  psvmEnter:publicstacticvoidmain(String\\args)  soutEnter:System.out.printl
Wesley13 Wesley13
3年前
Java基础(1)IntelliJ IDEA入门、常用快捷键和数组操作
一、IntelliJIDEA入门1快捷键和技巧智能补全代码,比如只写首字母按回车:  psvmEnter:publicstacticvoidmain(String\\args)  soutEnter:System.out.printl
Wesley13 Wesley13
3年前
CRC16 CRC
http://my.oschina.net/yunnet/blog/365241发现上次写的CRC16速度太慢,所以升级一下,1、CRCccittXModem版本%%%%%% @author  
Wesley13 Wesley13
3年前
2018.6.1任务
2.1/2.2系统目录结构ls命令可以列写目录,可以看一下根目录下的内容。root@lhy~ls/binbootdevetchomeliblib64mediamntoptprocrootrunsbinsrvsystmpus
Stella981 Stella981
3年前
React Hook
用ReactHook写一个简单的登录表单示例,两种方式:第一种:importReact,{useState}from"react";importReactDOMfrom"reactdom";functionLoginForm(){constusername,setUsern
可莉 可莉
3年前
200多个js技巧代码(2)
51.向文件中写内容<%@ page import"java.io." %<% String str  "print me"; //always give the path from root. This way it almost always works. String nameOfTex
Stella981 Stella981
3年前
Spring+SpringMVC+MyBatis+easyUI整合基础篇(四)代码简化
点这里(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fssmlogin.hanshuai.xin)看实际效果!账密:admin123456敲了一天的代码,有些烦,感觉前一篇文章写的太笼统了,哈哈哈。本来呢,也就是刚开始写,所以很多细节都想不到,源码也放上来了,自己动动手应该
Stella981 Stella981
3年前
200多个js技巧代码(2)
51.向文件中写内容<%@ page import"java.io." %<% String str  "print me"; //always give the path from root. This way it almost always works. String nameOfTex
有未读消息的会话删除后 BadgeValue 不改变,怎么办?
可参考Demo会话列表RCDChatListViewController重写notifyUpdateUnreadMessageCount方法。删除也会调用这个方法的,只要在里面写更新逻辑就可以。//RCConversationListViewControl