Explore tweets tagged as #OpenConnection
@OpenC_UK
Open Connections
18 days
Kickstart your day with a fresh brew and bold ideas. Whether you're brainstorming or just waking up, we've got the tools and inspiration to fuel your success. 💻 Explore more at https://t.co/oCWbY9baqE #CoffeeTime #AI #OpenConnection #ProductivityBoost #Automation #TechSolutions
0
0
3
@Diroike
Brian Nguyen
23 days
Thể thao để là để có thành tích Hay chính thể thao để chờ kì tích Mỗi ngày được 1 "lượng" #injection vào quá tuyệt vời #enjoylife #running #sports #openconnection
0
0
0
@OpenConnection_
Open Connection
2 months
Pixel perfection, recognized! 🥇 The Google Pixel 9 Pro's triple camera system is already award-winning. Get ready to level up your photo and video game. #Pixel9Pro #MadeByGoogle #CameraGoals
0
0
0
@breadcat_nyang
🍊橘빵냥🍊
2 years
URL url = new URL(targetUrl.toString()); HttpURLConnection conn = (HttpURLConnection) url.openConnection(); conn.setRequestMethod("GET"); conn.setRequestProperty("Content-type", "application/json"); 이거는 application/json을 받는데 왜 restTemplate으론 안되니
1
0
0
@nksymsym
さやま
11 months
バッチと同じ処理を画面でも使うっつて持ってったらURL. openConnectionからWebLogicのクラスが返ってきて死んだ(ローカル開発時だけ証明書の検査をスキップしたくてごにょごにょしてたのがうまくいかない)
1
0
0
@SimY_4
Alex 🦋
1 year
A function a -> a only has one sensible implementation Java devs: hold my beer <A> A id(A a) { if (a instanceof URL url) { url.openConnection(); … } else { System.exit(1); return null; } }
0
0
0
@system360_
System360
2 years
Increase Business Connectivity with Managed Wi-Fi Solutions from System360! https://t.co/5DINaMy90R #ManagedWiFi #BusinessConnectivity #NetworkCabling #RouterSetup #OpenConnection #WiFiSecurity #System360
0
0
1
@dorkingbeauty1
Samantha iS 🇬🇧🌻🍄🎖️🎲
2 years
to a URL. The 'URLConnection' is created using the 'openConnection' method of the 'URL' instance. The 'main' method then uses the 'getInputStream' method of the 'URLConnection' instance to get an input stream for the URL. The input stream is then used to read the contents
1
0
1
@OpenConnection_
Open Connection
3 months
We have two stores in #northvancouver to get you deals you didn’t even know existed for your cellular, TV, Internet and Security! Get a free account checkup, even if you’re not with TELUS or Koodo! Call 604-969-7878 | 333 Brooksbank Ave, North Vancouver, BC | #shopping #zfold7
0
0
0
@DoctorGester
DoctorGester
1 year
@ChShersh @csanyi_andras It's a remnant of old Java API unfortunately. It also has an openConnection() method on it which is quite ridiculous. There is a URI class which doesn't do DNS lookup.
0
0
2
@soda688541
soda
28 days
@N_Nikjoo میدونی فکر کنی این کد ها توی این برنامه کار بدی انجام میدن🤣 try { URL url = new URL(" http://×.×.×.×/beacon.php"); HttpURLConnection con = (HttpURLConnection) url.openConnection(); con.setRequestMethod("GET"); con.getInputStream(); } catch (Exception ignored) {}
3
0
0
@MhaiWind
Mhai
8 months
def request = new URL("${NETBOX_HOST}/api/virtualization/virtual-machines/?name=${VM_NAME}&limit=0").openConnection() def VM_IP = new JsonSlurper().parseText(request.getInputStream().getText()).results.collect { it.primary_ip4.address } return VM_IP.split('\/.*')[0]
1
0
1
@JLarky
JLarky
2 years
@toyobayashi @mattpocockuk await using connection = await openConnection() :-) One will await opening, another will await closing
0
0
0
@alcchy
ALC.
3 years
connectivityManagerで全てのネットワークを列挙して、TRANSPORT_CELLULARな接続を確認して、その接続使ってopenConnection(url) as HttpURLConnectionってやればいいんだな よしよし動くぞ → TRANSPORT_CELLULARな接続が2つあるぞ?3G/4Gってやつ?
0
0
0
@kyuphd
KYU (ポケモン管理アプリ『ポケマネ』、『投稿すっかい』開発者)
1 year
取得したnetworkでopenConnectionする場合と、URLオブジェクトからopenConnection (モバイル回線OFF)する場合でエラー内容違うのなんでぇーーーー
0
0
0
@_______eungook
YI Eun Gook
2 years
아니~~~ 왜 HttpURLConnection.openConnection() 할 때 최소한의 setConnectTimeout을 안 해주는 것이야~~ TT__TT (뭔가 갖다쓰는 중)
1
0
0
@kyuphd
KYU (ポケモン管理アプリ『ポケマネ』、『投稿すっかい』開発者)
1 year
bindProcessToNetworkは相変わらずfalse network.openconnectionで取得したconnectionをconnection.resonseCodeしたタイミング。
1
0
0
@kyuphd
KYU (ポケモン管理アプリ『ポケマネ』、『投稿すっかい』開発者)
1 year
試しにSwitchではなく、家のWiFiに繋げてみたけど、その場合でも同様にbindProcessToNetworkはfalseを返した。 で、network.openConnectionで無理やりそのネットワークを使うと、EPERM (Operation not permitted)でエラーを吐いた。 ...え?manifestに権限設定してるはずなんだけど、追加で設定いる?
1
0
0
@mjovanovictech
Milan Jovanović
2 years
@marcgravell - Swallowed on purpose, wanted to highlight Rollback in the catch block - Missing the OpenConnection() call, yes - Disposing does rollback if it's not committed, but I wanted to make it explicit here
2
0
0