Questions tagged [segment]

Segment is an ambiguous tag and one should refrain from using it. It has several, very different, meanings in CS. Please try and pick a more accurate tag for your post.

  • Segmentation (memory), the division of computer memory into segments
  • Image segment created in computer vision
  • String segment, the substring of a pattern delimited by two don't cares or one don't care and beginning or end of the pattern
  • Network segment, a part of a larger computer network
  • A protocol data unit of the transport layer in computing, e.g. TCP segment
625 questions
-1
votes
1 answer

Java Socket - Sending SSL Segments - How to suppress?

I want to send a message via a java.net.Socket. The message is: 001C020000C0154C000404850D9583CC00000004560B00E42080004C For my application I need this message to be sent via one TCP packet. But checking Wireshark what is happening is, I can see,…
Vladimir S.
  • 450
  • 2
  • 10
  • 23
-2
votes
1 answer

Custom Font for Segment control title in Swift

How can I change the default font for UISegmentControl title?in Storyboard or Programmatically
-2
votes
1 answer

Segmentation fault when inserting elements in unordered_map using the [] operator

As the title says, when the unordered_map uses the [] operator to insert elements, there will be a Segmentation fault, and the most confusing place for me is that this error occurs when I use resize() on vec, and when I use push_back() The program…
clove682
  • 69
  • 4
-2
votes
1 answer

How to load txt on array pointers in c

Hey i would like some help on this i am trying to load a dictionary on my c programm but i take segment fault. I would love some help. while debuging with gdb it says that it failed on line 63 which the command says :…
-2
votes
1 answer

How can I use *ngSwitchWhen to typescript?

I am working on Ionic2 + Angular2, and I want to use segment, so I used ngSwitchWhen, but it doesn't work. An error occurred. How can I use this? Why it does not work? Here is the error message.
Rachel
  • 27
  • 7
-2
votes
1 answer

Swift 3 SegmentedController how do I set a segment as 'selected'?

This should be easy (it was in Objective-C) but I've not been able to find anything through search. I want to set a segment such as selected = true or selected = false! I won't add any code but will just say the segmentedController is connected as…
PhilipS
  • 379
  • 5
  • 15
-3
votes
1 answer

How to do best ' distribution by' Greenplum?

For a cluster of 8 segments, design a calendar ( calendar_dt, month_nm, day_of_week_nm,holiday_flg ) and a table with deposits( deposit_id,cuxtomer_id,term, amount, open_dt(the field, which is fk for calendar) ) so as to maximize the performance of…
-3
votes
1 answer

Codeigniter: the URI you submitted have disallowed characters when i tried to update my data with different tables

I want to update data with different tables . but it redirect to "The URI you submitted have disallowed characters"I have tables like this. please help me :((( recipe category category_ingredient ingredient menu time Here's my…
MSE
  • 73
  • 1
  • 2
  • 7
1 2 3
41
42