iT邦幫忙

一級屠豬士 的所有回答 49

又來出奇怪題了XD..如何產生10組隨機IP資料

select concat( trunc( random() * 254 ), '.' ,trunc( random() * 25...

2018-11-13 ‧ 由 純真的人 提問

R語言程式碼求解(急),希望好心人幫解,感激不盡

input <- sample(c(25:75)) input isGood <- function(x) { if (x>50)...

2018-10-01 ‧ 由 sunnyrainy 提問

python list 尋找元素是否大於給的值 卻得到錯誤

list1 = [0.108, 0.108, 0.111, 0.11, 0.108, 0.109, 0.109, 0.115, 0.113, 0.109, 0...

2018-09-10 ‧ 由 hoolada 提問

python 如何str轉換成float 進行運算

collected_list = [ [('0.017', '0.107'), ('0.018', '0.115'), ('0.019', '0.113'),...

2018-08-28 ‧ 由 hoolada 提問

輪班分配員工在負責維修的站點

create table ithelp180727_emp ( id serial primary key , ename text not nul...

2018-07-27 ‧ 由 純真的人 提問

平均分配員工在負責的維修站點

create table ithelp180723_emp ( id serial primary key , ename text not null...

2018-07-23 ‧ 由 純真的人 提問

MYSQL 搜寻字母符号问题

使用Postgresql 輕鬆愉快 create table ithelp180617a ( id serial primary key , val te...

2018-06-17 ‧ 由 Ks 提問

SQL insert 特殊字元問題

用PostgreSQL輕鬆愉快多了. create table ithelp180531 ( val text not null ); insert in...

2018-05-31 ‧ 由 小火車 提問