推荐
专栏
教程
课程
飞鹅
本次共找到493条
string
相关的信息
helloworld_78018081
•
3年前
腾讯T3团队整理,持续更新中
Java基础1.JAVA中的几种数据类型是什么,各自占用多少字节。2.String类能被继承吗,为什么。3\.两个对象的hashCode()相同,则equals()也一定为true,对吗?4\.String属于基础的数据类型吗?5.Java中操作字符串都有哪些类?它们之间有什么区别?6.Java中IO流分为几种?7.BIO、NIO
Wesley13
•
3年前
java基础(1)IntelliJ IDEA入门和数组操作 解决idea启动速度慢
一、IntelliJIDEA入门1快捷键和技巧智能补全代码,比如只写首字母按回车: psvmEnter:publicstacticvoidmain(String\\args) soutEnter:System.out.printl
Wesley13
•
3年前
Java获取精确到秒的时间戳
方法一:通过String.substring()方法将最后的三位去掉/获取精确到秒的时间戳@return/publicstaticintgetSecondTimestamp(Datedate){if(nulldate){return0;}Str
Wesley13
•
3年前
Java JDK 1.7 和 JDK 1.8 新特性
引言 本文主要介绍JavaJDK中1.7和1.8的新特性。JDK1.7新特性 1.switch可以接受String类型;publicclassSwitch{publicvoidtest(Stringstr){switch(str){
Wesley13
•
3年前
C语言实现将时间戳转换为年月日时分秒和将年月日时分秒转换为时间戳
include<stdio.hinclude<string.htypedefunsignedinttime_t;structtm{ inttm_sec;/秒–取值区间为0,59/ inttm_min;/分取值区间为0,59
Stella981
•
3年前
Linux shell脚本执行错误:bad substitution
脚本内容如下:!/bin/shstring"Thisisastring!"echo${string:1:4}添加可执行权限后报错badsubstitution:!输入图片说明(https://static.oschina.net/uploads/img/201612/301
Wesley13
•
3年前
CURL请求
<?php / 发起一个HTTP(S)请求,并返回json格式的响应数据 @param array 错误信息 array($errorCode, $errorMessage) @param string 请求Url @para
Wesley13
•
3年前
Java基础(1)IntelliJ IDEA入门、常用快捷键和数组操作
一、IntelliJIDEA入门1快捷键和技巧智能补全代码,比如只写首字母按回车: psvmEnter:publicstacticvoidmain(String\\args) soutEnter:System.out.printl
Stella981
•
3年前
MyBatis整合Spring的实现(17)
这里也只使用一个例子来分析1方法bindMapperForNamespaceprivate void bindMapperForNamespace() { // cn.vansky.schedule.time.menu.dao.MenuMapper String namespace bui
Wesley13
•
3年前
Java获取字符串的像素点阵并在命令行下打印输出
下面这个小程序可以获取字符串点阵并在命令行下打印输出:publicclassStringPixelUtils{privatestaticfinalMap<String,booleanlettersMapnewHashMap<();/在内存BufferedImage里输出文
1
•••
25
26
27
•••
50