摘要:
@Configuration("otcChatWebSocketConfig") @EnableWebSocket public class OtcChatWebSocketConfig implements WebSocketConfigurer { public static final Logger log = LoggerFactory.getLogger(OtcChatWeb... 阅读全文
摘要:
function getmatrix(a,b,c,d,e,f){ var aa=Math.round(180*Math.asin(a)/ Math.PI); var bb=Math.round(180*Math.acos(b)/ Math.PI); var cc=Math.round(180*Math.asin(c)/ Math.PI); ... 阅读全文
摘要:
public class test { public static void main(String[] args) { long[] arr = get(10); for (int i = 0; i < arr.length; i++) { System.out.print(arr[i]+" "); } } public static long[] get(in... 阅读全文